summaryrefslogtreecommitdiff
path: root/src/include/cctk_Coord.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
commit8c3898b27ef468e7c3fedb13fdeec81e1247cda5 (patch)
treedb7a37fe3aedd19d89df3cd020116ed1253e418c /src/include/cctk_Coord.h
parenta10e0e2d450d0ed23fdf9d6c0e820995e3756140 (diff)
Various changes to make sure there are function prototypes for things.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1179 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Coord.h')
-rw-r--r--src/include/cctk_Coord.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/cctk_Coord.h b/src/include/cctk_Coord.h
index 24961ea3..b45f8533 100644
--- a/src/include/cctk_Coord.h
+++ b/src/include/cctk_Coord.h
@@ -12,7 +12,8 @@
#define _CCTK_COORD_H_
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
int CCTK_CoordIndex(const char *name);
@@ -25,11 +26,10 @@ int CCTK_RegisterCoordI(int dir, int index, const char *name);
int CCTK_RegisterCoordRange( cGH *GH, CCTK_REAL min, CCTK_REAL max, const char *coordname);
+CCTK_REAL CCTK_CoordOrigin(const char *name);
+
#ifdef __cplusplus
}
#endif
-#endif
-
-
-
+#endif /* _CCTK_COORD_H_ */