aboutsummaryrefslogtreecommitdiff
path: root/src/patch
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-24 13:32:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-24 13:32:19 +0000
commitae70e713db572a4fb250c3b8d5a337b6840a5cea (patch)
tree5c521671cd9f5c687138863147aad0f6fc53d16e /src/patch
parentf0721dbadd6eb19a0e821e8edd5598350be78499 (diff)
fix variable argument list to properly match format
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1006 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch')
-rw-r--r--src/patch/patch_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/patch_system.cc b/src/patch/patch_system.cc
index 48a5049..7db4127 100644
--- a/src/patch/patch_system.cc
+++ b/src/patch/patch_system.cc
@@ -1780,7 +1780,7 @@ if (p_ptr == NULL)
then error_exit(ERROR_EXIT,
"***** patch_system::radius_in_local_xyz_direction():\n"
" can't find containing patch!\n"
-" (this should never happen!)\n",
+" (this should never happen!)\n"
" [local] (x,y,z)=(%g,%g,%g)\n"
,
double(x), double(y), double(z));