aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorgoodale <goodale@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-05-17 12:28:55 +0000
committergoodale <goodale@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-05-17 12:28:55 +0000
commit60001eb784ef6957f08679c612ee81c78186579b (patch)
treee7ae63415c1183a4f1bec17e85830b1d617c5623 /src/Startup.c
parentafcdf54deec997ae477fedcb0c845f851f4fe71b (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@9 906471b6-c639-44d1-9ea0-3e3d6879f074
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 48f0732..298d0ee 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -52,14 +52,14 @@ SymBase_Startup (void)
ierr = CCTK_RegisterGHExtensionSetupGH (handle, SymBase_Setup);
if (ierr != 1)
- { /* strange error code convention */
+ { /* strange error code convention */
CCTK_WARN (0, "Internal Error: Could not register GH Extension setup routine");
}
SymBase_num_symmetries = 0;
SymBase_symmetry_names = NULL;
- return 0; /* no error */
+ return 0; /* no error */
}
@@ -90,7 +90,7 @@ SymBase_Startup (void)
void *
SymBase_Setup (tFleshConfig * const config,
- int const convlev, cGH * const cctkGH)
+ int const convlev, cGH * const cctkGH)
{
struct SymBase *symdata;
CCTK_INT symmetry_handle[100];