Index: PrintField.h =================================================================== RCS file: /home/pooma/Repository/r2/src/Field/PrintField.h,v retrieving revision 1.3 diff -c -p -r1.3 PrintField.h *** PrintField.h 2001/08/30 01:15:07 1.3 --- PrintField.h 2001/10/16 22:54:24 *************** PerformPrintField::print(const Pr *** 377,382 **** --- 377,387 ---- CTAssert(A::dimensions == 1); + // Output should update the field before printing. + + a.applyRelations(); + Pooma::blockAndEvaluate(); + // determine the domain and domain-iterator type in the given field typedef typename A::Domain_t Domain_t; *************** PerformPrintField::print(const *** 462,467 **** --- 467,477 ---- // make sure this is the right function CTAssert(A::dimensions == Dim && Dim > 1); + + // Output should update the field before printing. + + a.applyRelations(); + Pooma::blockAndEvaluate(); // determine the domain and domain-iterator type in the given field