Index: interpolate.cpp =================================================================== RCS file: /home/pooma/Repository/r2/src/Particles/tests/interpolate.cpp,v retrieving revision 1.23 diff -u -u -r1.23 interpolate.cpp --- interpolate.cpp 23 Aug 2004 18:44:17 -0000 1.23 +++ interpolate.cpp 27 Aug 2004 15:59:17 -0000 @@ -282,7 +282,7 @@ // Initialize the field values tester.out() << "Initializing Field values ..." << std::endl; - Interval dom = flayout.domain(); + Interval dom = electric.physicalDomain(); for (int i = dom[0].first(); i <= dom[0].last(); ++i) for (int j = dom[1].first(); j <= dom[1].last(); ++j) electric(i,j) = Particles_t::PointType_t(i+j,i-j);