// $Header:$ #ifndef DEFINES_HH #define DEFINES_HH #include "cctk.h" #include #include #include namespace Carpet { const int dim = 3; typedef vect bvect; typedef vect ivect; typedef vect jvect; typedef vect rvect; typedef bbox ibbox; typedef bbox jbbox; typedef bbox rbbox; typedef bboxset ibset; typedef vect,dim> bbvect; typedef vect,dim> iivect; typedef vect,dim> jjvect; } // namespace Carpet #endif // !defined(DEFINES_HH)