//
// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
//
// The contents of this file are covered under the licence agreement in the
// file "LICENCE" distributed with Cforall.
//
// bfd.h -- 
//
// Author           : Peter A. Buhr
// Created On       : Thu Jan  8 15:50:56 2015
// Last Modified By : Peter A. Buhr
// Last Modified On : Sat May 16 07:54:59 2015
// Update Count     : 5

// This include file uses the CFA keyword "type" as a field name of a structure.
// The name is changed only for the include file.

#define type `type`
#include_next <math.h>
#undef type

// Local Variables: //
// tab-width: 4 //
// mode: c++ //
// compile-command: "make install" //
// End: //
