aboutsummaryrefslogtreecommitdiff
path: root/src/Operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Operator.c')
-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") ||