diff --git a/tests/Grid_stencil.cc b/tests/Grid_stencil.cc index eb661487..64a4ee9d 100644 --- a/tests/Grid_stencil.cc +++ b/tests/Grid_stencil.cc @@ -70,7 +70,8 @@ int main (int argc, char ** argv) Real nrmC = norm2(Check); Real nrmB = norm2(Bar); - Real nrm = norm2(Check-Bar); + Diff = Check-Bar; + Real nrm = norm2(Diff); std::cout<<"N2diff ="<