summaryrefslogtreecommitdiff
path: root/src/include/cctk_Interp.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-22 10:53:49 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-22 10:53:49 +0000
commit23f7ec908bd98b8c093e18bb0e745d9f9f05dbfe (patch)
treee10c92ecbac0ec2a736d5dbb7b381e0b0694c845 /src/include/cctk_Interp.h
parent9a8a8c4a39b47b31ebda56e6dd80ce38e0f886b7 (diff)
Fixed typo to properly end a comment which otherwise would have been enclosed in
another comment. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3991 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 4b4d700c..21eca146 100644
--- a/src/include/cctk_Interp.h
+++ b/src/include/cctk_Interp.h
@@ -88,7 +88,7 @@ int CCTK_InterpLocalUniform (int N_dims,
int N_output_arrays,
const CCTK_INT output_array_type_codes[],
void *const output_arrays[]);
-#endif /* ifdef CCODE /*
+#endif /* ifdef CCODE */
/*
* error codes for CCTK_InterpLocalUniform()