summaryrefslogtreecommitdiff
path: root/src/include/cctk_Interp.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-20 14:40:57 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-20 14:40:57 +0000
commit78115aea47789a3f70af2201f329232439126869 (patch)
tree658036333b608717f2a7d15e78875fe2c620c95f /src/include/cctk_Interp.h
parent3afa2b676f58837c3b9a9213dc9405cbae9c76fc (diff)
Fixed an icc warning about a comment in a comment.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3052 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Interp.h')
-rw-r--r--src/include/cctk_Interp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Interp.h b/src/include/cctk_Interp.h
index e1f267a0..d2fd7747 100644
--- a/src/include/cctk_Interp.h
+++ b/src/include/cctk_Interp.h
@@ -145,7 +145,7 @@ int CCTK_InterpLocalUniform(int N_dims,
*/
/* an interpolation point is outside the range of the input arrays */
-/* n.b. the "X" here abbreviates "not" -- the point could be out of range
+/* n.b. the "X" here abbreviates "not" -- the point could be out of range */
/* along any coordinate axis */
#define CCTK_ERROR_INTERP_POINT_X_RANGE (-1000)