summaryrefslogtreecommitdiff
path: root/src/include/cctk_Coord.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-01 17:43:06 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-01 17:43:06 +0000
commitc67134c6a9ac93ac1f5c2219da720416029ed378 (patch)
treeec5cc6134d9b27e8a7458922a8b6754d01bb58ca /src/include/cctk_Coord.h
parentc8ef83132b5daef8506da1126bcfb6bb4a2ec65a (diff)
Removed duplicate prototype declaration for CCTK_CoordSystemHandle().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2389 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Coord.h')
-rw-r--r--src/include/cctk_Coord.h66
1 files changed, 32 insertions, 34 deletions
diff --git a/src/include/cctk_Coord.h b/src/include/cctk_Coord.h
index e5c4c660..d3095018 100644
--- a/src/include/cctk_Coord.h
+++ b/src/include/cctk_Coord.h
@@ -2,31 +2,29 @@
@header cctk_Coord.h
@date Mon April 12 1999
@author Gabrielle Allen
- @desc
- Prototypes and constants for coordinate functions
- @enddesc
- @version $Header$
+ @desc
+ Prototypes and constants for coordinate functions
+ @enddesc
+ @version $Header$
@@*/
#ifndef _CCTK_COORD_H_
#define _CCTK_COORD_H_
-#ifdef __cplusplus
-extern "C"
+#ifdef __cplusplus
+extern "C"
{
#endif
int CCTK_CoordRegisterSystem(int dim, const char *systemname);
-int CCTK_CoordRegisterData(int dir,
- const char *gv,
+int CCTK_CoordRegisterData(int dir,
+ const char *gv,
const char *name,
const char *systemname);
-int CCTK_CoordSystemHandle (const char *systemname);
-
-int CCTK_CoordIndex(int dir,
- const char *name,
+int CCTK_CoordIndex(int dir,
+ const char *name,
const char *systemname);
int CCTK_CoordDir(const char *name,
@@ -38,42 +36,42 @@ int CCTK_CoordSystemHande(const char *systemname);
const char *CCTK_CoordSystemName(int handle);
-int CCTK_CoordRange(cGH *GH,
- CCTK_REAL *coord_lower,
- CCTK_REAL *coord_upper,
+int CCTK_CoordRange(cGH *GH,
+ CCTK_REAL *coord_lower,
+ CCTK_REAL *coord_upper,
int coord_dir,
const char *coord_name,
const char *system_name);
int CCTK_CoordRangePhysIndex (cGH *GH,
- int *lower,
- int *upper,
- int coorddir,
- const char *coordname,
- const char *systemname);
-
-int CCTK_CoordLocalRange(cGH *GH,
- CCTK_REAL *lower,
- CCTK_REAL *upper,
+ int *lower,
+ int *upper,
+ int coorddir,
+ const char *coordname,
+ const char *systemname);
+
+int CCTK_CoordLocalRange(cGH *GH,
+ CCTK_REAL *lower,
+ CCTK_REAL *upper,
int coord_dir,
const char *coord_name,
const char *system_name);
-int CCTK_CoordRegisterRange(cGH *GH,
- CCTK_REAL coord_min,
- CCTK_REAL coord_max,
+int CCTK_CoordRegisterRange(cGH *GH,
+ CCTK_REAL coord_min,
+ CCTK_REAL coord_max,
int coord_dir,
const char *coord_name,
const char *system_name);
-int CCTK_CoordRegisterRangePhysIndex(cGH *GH,
- int coord_min,
- int coord_max,
- int coord_dir,
- const char *coord_name,
- const char *system_name);
+int CCTK_CoordRegisterRangePhysIndex(cGH *GH,
+ int coord_min,
+ int coord_max,
+ int coord_dir,
+ const char *coord_name,
+ const char *system_name);
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif