aboutsummaryrefslogtreecommitdiff
path: root/src/CoordBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CoordBase.h')
-rw-r--r--src/CoordBase.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/CoordBase.h b/src/CoordBase.h
index a2ec35c..007d628 100644
--- a/src/CoordBase.h
+++ b/src/CoordBase.h
@@ -16,27 +16,27 @@ extern "C"
{
#endif
-CCTK_INT Coord_SystemRegister(CCTK_POINTER_TO_CONST GH,
- CCTK_INT dim,
- CCTK_STRING systemname);
+CCTK_INT Coord_SystemRegister(CCTK_POINTER_TO_CONST GH,
+ CCTK_INT dim,
+ CCTK_STRING systemname);
-CCTK_INT Coord_SystemHandle(CCTK_POINTER_TO_CONST GH,
- CCTK_STRING systemname);
+CCTK_INT Coord_SystemHandle(CCTK_POINTER_TO_CONST GH,
+ CCTK_STRING systemname);
CCTK_INT Coord_CoordRegister(CCTK_POINTER_TO_CONST GH,
- CCTK_INT systemhandle,
- CCTK_INT direction,
- CCTK_STRING coordname);
+ CCTK_INT systemhandle,
+ CCTK_INT direction,
+ CCTK_STRING coordname);
CCTK_INT Coord_CoordHandle(CCTK_POINTER_TO_CONST GH,
- CCTK_STRING coordname,
- CCTK_STRING systemname);
+ CCTK_STRING coordname,
+ CCTK_STRING systemname);
-CCTK_INT Coord_GroupSystem(CCTK_POINTER_TO_CONST GH,
- CCTK_STRING groupname);
+CCTK_INT Coord_GroupSystem(CCTK_POINTER_TO_CONST GH,
+ CCTK_STRING groupname);
-CCTK_INT Coord_SetDefaultSystem(CCTK_POINTER_TO_CONST GH,
- CCTK_STRING systemname);
+CCTK_INT Coord_SetDefaultSystem(CCTK_POINTER_TO_CONST GH,
+ CCTK_STRING systemname);
#ifdef __cplusplus
}