aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_coords2.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-07 13:13:26 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-07 13:13:26 +0000
commitec7974cd2a9ed540cc0022e365a13ff961c128aa (patch)
tree1200a74d20f1e0e1c852d98c3b0928e811f89a45 /src/patch/test_coords2.cc
parent663881c6bbe0e73086237c8b932cda6fd1a41f7c (diff)
many small mods to fix compiler-detected errors in 1st compiles after
the last few weeks rewrites --> not quite "clean compile" yet :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@457 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 3a9f4df..770e497 100644
--- a/src/patch/test_coords2.cc
+++ b/src/patch/test_coords2.cc
@@ -31,7 +31,7 @@ void test_r_theta_phi(fp x, fp y, fp z);
// functions. It tries a large number of coordinate conversions, and checks
// them all for mutual consistency.
//
-int main(int argc, const char *argv[])
+int main(int argc, const char* argv[])
{
bool verbose_flag = (argc == 2) && STRING_EQUAL(argv[1], "--verbose");
const fp xyz_minmax = 1.0;