Index: FieldEngine.NoGeometry.h =================================================================== RCS file: /home/pooma/Repository/r2/src/NewField/FieldEngine/FieldEngine.NoGeometry.h,v retrieving revision 1.4 diff -c -p -r1.4 FieldEngine.NoGeometry.h *** FieldEngine.NoGeometry.h 2001/04/10 23:13:25 1.4 --- FieldEngine.NoGeometry.h 2001/05/04 16:03:48 *************** public: *** 254,267 **** // This field-engine always has vert-centering and the total domain is // given by the engine. ! inline const Domain_t &physicalCellDomain() const { ! return shrink(physicalDomain(), 1); } inline Domain_t totalCellDomain() const { ! return shrink(engine_m.domain(), 1); } Domain_t physicalDomain() const --- 254,267 ---- // This field-engine always has vert-centering and the total domain is // given by the engine. ! inline const Domain_t physicalCellDomain() const { ! return shrink(physicalDomain(), GuardLayers(1)); } inline Domain_t totalCellDomain() const { ! return shrink(engine_m.domain(), GuardLayers(1)); } Domain_t physicalDomain() const