aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-11 16:10:24 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-11 16:10:24 +0000
commitccbfdb595f006a0073d29ba1658ea0eafc894065 (patch)
tree611ff6a00c6816b37137fc444364767ce1f0fb53 /src/patch/test_patch_system.cc
parent2729c031aa7da776fb61f1e8e4c2bef3eab456f3 (diff)
fix syntax botch in last commit
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@494 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index d064f0e..1e03543 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -185,11 +185,11 @@ else if (STRING_EQUAL(which_test, "synchronize"))
else if (STRING_EQUAL(which_test, "derivatives"))
then {
setup_fn_rho_sigma(ps, test_fn_gfn);
- ps.print_gridfn(nominal_error_gfn, "test_fn.dat"
+ ps.print_gridfn(nominal_error_gfn, "test_fn.dat");
finite_diff(ps, test_fn_gfn, FD_derivs_gfn, which_derivs);
- ps.print_gridfn(FD_derivs_gfn, "FD_derivs.dat"
+ ps.print_gridfn(FD_derivs_gfn, "FD_derivs.dat");
analytic_derivs(ps, analytic_derivs_gfn, which_derivs);
- ps.print_gridfn(analytic_derivs_gfn, "analytic_derivs.dat"
+ ps.print_gridfn(analytic_derivs_gfn, "analytic_derivs.dat");
gridfn_minus(ps,
FD_derivs_gfn, analytic_derivs_gfn,
nominal_error_gfn);