aboutsummaryrefslogtreecommitdiff
path: root/src/Counter.c
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-21 09:12:14 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-21 09:12:14 +0000
commitf3a2829b5b32b6fad8383ac16c16ac6c2f58b696 (patch)
tree19a58318d2bcb7f95ecf044e5713453d9bff0bea /src/Counter.c
parent7e9dff2f70bd9950b27092e816f9a3cc14ff3582 (diff)
Add support for evolving complex GFs and (real and complex) GAs.
Only works with ICN or RK2 for now - in fact this commit may break the generic RK methods temporarily. Note the documentation isn't quite right - there's no longer a seperate function for each different type... git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@12 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/Counter.c')
-rw-r--r--src/Counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Counter.c b/src/Counter.c
index fca7f58..72ca776 100644
--- a/src/Counter.c
+++ b/src/Counter.c
@@ -65,7 +65,7 @@ int MoL_SetCounter(CCTK_ARGUMENTS)
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
- CCTK_REAL *Var;
+/* CCTK_REAL *Var; */
*MoL_Intermediate_Step = MoL_Intermediate_Steps;