GRINS-0.6.0
Macros
common.h File Reference
#include "libmesh/libmesh_common.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define grins_warning_once(message)
 
#define grins_warning(message)
 

Macro Definition Documentation

#define grins_warning (   message)
Value:
libMesh::out <<"==========================================================" << std::endl \
<< message \
<< __FILE__ << ", line " << __LINE__ << ", compiled " << __LIBMESH_DATE__ << " at " << __LIBMESH_TIME__ << " ***" << std::endl \
<<"==========================================================" \
<< std::endl;

Definition at line 34 of file common.h.

Referenced by GRINS::MeshBuilder::deprecated_option().

#define grins_warning_once (   message)
Value:
libmesh_do_once(libMesh::out <<"==========================================================" << std::endl \
<< message \
<< __FILE__ << ", line " << __LINE__ << ", compiled " << __LIBMESH_DATE__ << " at " << __LIBMESH_TIME__ << " ***" << std::endl \
<<"==========================================================" \
<< std::endl;)

Definition at line 27 of file common.h.


Generated on Mon Jun 22 2015 21:32:21 for GRINS-0.6.0 by  doxygen 1.8.9.1