aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_coords2.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 10:54:58 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-16 10:54:58 +0000
commit18bfc9c3a99f30f9b10c185d4a940525274732d7 (patch)
tree7f1ea0552f10cb40629b899f072707b0d796bc69 /src/patch/test_coords2.cc
parent2ae626ede958b2ded392e3ac4015df65af8cea9d (diff)
add a bunch more support code for Jacobians,
also rename patch_system::synchronize_ghost_zones() --> synchronize() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@628 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_coords2.cc')
-rw-r--r--src/patch/test_coords2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/test_coords2.cc b/src/patch/test_coords2.cc
index 2a1d41f..0dcf056 100644
--- a/src/patch/test_coords2.cc
+++ b/src/patch/test_coords2.cc
@@ -28,7 +28,7 @@ using namespace local_coords;
namespace {
void test_r_mu_nu_phi(fp x, fp y, fp z);
void test_r_theta_phi(fp x, fp y, fp z);
- };
+ }
//******************************************************************************