// // 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. // // math.h -- // // Author : Peter A. Buhr // Created On : Mon Nov 10 23:41:29 2014 // Last Modified By : Peter A. Buhr // Last Modified On : Mon Dec 21 08:37:57 2015 // Update Count : 12 // This include file uses the CFA keyword "type" as a field name of a structure. #if ! defined( type ) // nesting ? #define type `type` #define __CFA_MATH_H__ #endif // ! type #include_next // has internal check for multiple expansion #if defined( type ) && defined( __CFA_MATH_H__ ) // reset only if set #undef type #undef __CFA_MATH_H__ #endif // type && __CFA_MATH_H__ // Local Variables: // // tab-width: 4 // // mode: c++ // // compile-command: "make install" // // End: //