aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 14:49:54 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 14:49:54 +0000
commitdae5ded79a1e104132222119191cd6cd165095e5 (patch)
tree93910fafa0721f5ff8a28de9a0bc929f49aeed89 /src
parent0cbce999f77c1c82a83becb0d23356f353d4c796 (diff)
fix symtax error in previous commit
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@573 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/gr/driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index 70997f9..ae37612 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -203,7 +203,7 @@ if (STRING_EQUAL(method, "horizon"))
horizon_function(ps, cgi, gii);
ps.print_gridfn_with_xyz(nominal_gfns::gfn__H,
true, ghosted_gfns::gfn__h,
- "H.dat")
+ "H.dat");
}
else CCTK_VWarn(-1, __LINE__, __FILE__, CCTK_THORNSTRING,
"unknown method=\"%s\"!",