From c61004450b4ffe90974e37ee6b1ab79be6b8838a Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 20 Jan 2004 11:58:18 +0000 Subject: Indent properly git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@8 0337457d-221f-4ee6-a5f0-14255d5370d8 --- src/CoordBase.h | 28 ++++++++++++++-------------- 1 file 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 } -- cgit v1.2.3