aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2004-05-17 12:28:55 +0000
committergoodale <goodale@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2004-05-17 12:28:55 +0000
commitf7444ac307c3c70c8f82539f1b9a17d2a75893e8 (patch)
treeaee11998c47f389cb07c6cf94fb149870f2e52da
parentaeb1019dcdc314b42ba3cdddd87705dc861c6ddd (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@180 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--src/Operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Operator.c b/src/Operator.c
index d0c4e2e..56f19b7 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -112,7 +112,7 @@ int LocalInterp_InterpLocalUniform (int num_dims,
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
"Invalid value for option 'order' in interpolation "
"parameter options table "
- "(must be CCTK_INT scalar value)");
+ "(must be CCTK_INT scalar value)");
}
}
else if (CCTK_Equals (key, "N_boundary_points_to_omit") ||