summaryrefslogtreecommitdiff
path: root/src/include/cctk_Coord.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 16:20:34 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 16:20:34 +0000
commitd51b12875913e37cdd43f7ef1c67039bdd4b85f6 (patch)
treeef32c161bc7134385b90b015ca45fa6f03f64bc4 /src/include/cctk_Coord.h
parentafaab9892c742f8064f003842d1c3233f9a89a3c (diff)
Untabifying.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4163 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Coord.h')
-rw-r--r--src/include/cctk_Coord.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cctk_Coord.h b/src/include/cctk_Coord.h
index 12e4ca0a..252dfd29 100644
--- a/src/include/cctk_Coord.h
+++ b/src/include/cctk_Coord.h
@@ -9,7 +9,7 @@
@@*/
#ifndef _CCTK_COORD_H_
-#define _CCTK_COORD_H_
+#define _CCTK_COORD_H_ 1
#ifdef __cplusplus
extern "C"
@@ -47,8 +47,8 @@ int CCTK_CoordRegisterData(int dir,
#define CCTK_CoordRegisterSystem(a,b) \
CCTKi_CoordRegisterSystem (a,CCTK_THORNSTRING,b)
int CCTKi_CoordRegisterSystem(int dim,
- const char *implementation,
- const char *systemname);
+ const char *implementation,
+ const char *systemname);
int CCTK_CoordSystemDim(const char *systemname);