grapehmesh.hh

Go to the documentation of this file.
00001 #ifndef GRAPE_GRAPEHMESH_HH_INCLUDED
00002 #define GRAPE_GRAPEHMESH_HH_INCLUDED
00003 
00004 #if HAVE_GRAPE
00005 
00006 #ifndef GRAPE_DIM
00007 #define GRAPE_DIM 2 
00008 #endif
00009 
00010 #ifndef GRAPE_DIMWORLD
00011 #define GRAPE_DIMWORLD 2 
00012 #endif
00013 
00014 #undef __GRAPE_HMESH_H__
00015 #undef __GRAPE_ELDESC_H__ 
00016 #undef __GRAPE_HMESH_C__
00017 
00018 #include "ghmesh.cc"
00019 
00020 #if GRAPE_DIM == 3
00021 #define G_CPP
00022 #undef __GRAPE_PARTITIONDISPLAY_HH_
00023 #include "partitiondisplay.cc"
00024 #undef G_CPP
00025 #endif
00026 
00027 #undef GRAPE_DIM  
00028 #undef GRAPE_DIMWORLD  
00029 
00030 #undef HMesh 
00031 #undef GenMesh 
00032 #undef GrapeMesh 
00033 #endif
00034 
00035 #endif

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].