aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 18:26:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 18:26:56 +0000
commit76b2060996e7b58d1257f3ca078cb4b00d514b5b (patch)
treeea5eeeca5dceb489ad907875c4bc536765238052 /src/elliptic
parentd2382bf3be095caad5a6a4fb10e62d4df45c3a36 (diff)
tiny wording tweak in an error message;
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1089 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/Jacobian.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc
index faaf767..8037d74 100644
--- a/src/elliptic/Jacobian.cc
+++ b/src/elliptic/Jacobian.cc
@@ -85,7 +85,7 @@ error_exit(ERROR_EXIT,
"\n"
" decode_Jacobian_store_solve_method():\n"
" Jacobian store_solve_method=\"%s\"\n"
-" is not configured in this binary see \"src/include/config.hh\"\n"
+" is not configured in this binary; see \"src/include/config.hh\"\n"
" for details on what methods are configured and how to change this\n"
,
Jacobian_store_solve_method_string); /*NOTREACHED*/