Index: ScalarAdvection.cpp =================================================================== RCS file: /home/pooma/Repository/r2/src/Array/tests/ScalarAdvection.cpp,v retrieving revision 1.4 diff -c -p -r1.4 ScalarAdvection.cpp *** ScalarAdvection.cpp 2000/07/20 15:36:24 1.4 --- ScalarAdvection.cpp 2001/09/03 16:22:41 *************** int main(int argc, char *argv[]) *** 214,220 **** // Create two geometry objects - one allowing 1 guard layer to account for // stencil width and another with no guard layers to support temporaries: ! typedef DiscreteGeometry > Geometry_t; Geometry_t geom(mesh, GuardLayers(1)); Geometry_t geomNG(mesh); --- 214,221 ---- // Create two geometry objects - one allowing 1 guard layer to account for // stencil width and another with no guard layers to support temporaries: ! Centering<2> cell = canonicalCentering<2>(CellType, Continuous); ! typedef DiscreteGeometry > Geometry_t; Geometry_t geom(mesh, GuardLayers(1)); Geometry_t geomNG(mesh);