aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-01-12 14:00:08 +0000
committerallen <allen@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2000-01-12 14:00:08 +0000
commit5765674272fcd9a1838864fd9bf4c07a0341dfe6 (patch)
tree17cb292410ce3082a07eecc007b1e0f07b2200a2 /src/Startup.c
parentb582839906c815007a292251953fe2d4ed0e1c14 (diff)
Adding USE_CCTK_PARAMETERS and fixing compiler warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@33 57bc7290-fb3d-4efd-a9b1-28e84cce6043
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index a008e8e..4576c16 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -3,7 +3,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
#include "Ell_DBstructure.h"
@@ -13,7 +12,6 @@
void Ell_RegisterBaseEqTypes(cGH *GH)
{
- DECLARE_CCTK_PARAMETERS
int Ell_RegisterEq(void (*function),const char *);
void Ell_LinConfMetricRegistry(void (*function),const char *);