aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2000-02-05 16:54:24 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2000-02-05 16:54:24 +0000
commit6437c318cfe7570518b01bfa49f03101b87b35c5 (patch)
tree884e7865fb61d42937feaec622994771e8ef81ce
parentf9c4eac8034f6d559eddf0e242fc3c70b816ce41 (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@19 5633253d-7678-4964-a54d-f87795f8ee59
-rw-r--r--src/Courant.c4
-rw-r--r--src/Simple.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Courant.c b/src/Courant.c
index c296f35..eaeb56d 100644
--- a/src/Courant.c
+++ b/src/Courant.c
@@ -73,8 +73,8 @@ void Time_Courant(CCTK_CARGUMENTS)
cctkGH->cctk_delta_time = dtfac*min_spacing;
}
- USE_CCTK_PARAMETERS
- USE_CCTK_CARGUMENTS
+
+
}
diff --git a/src/Simple.c b/src/Simple.c
index 6922c1a..40dab68 100644
--- a/src/Simple.c
+++ b/src/Simple.c
@@ -46,8 +46,8 @@ void Time_Simple(CCTK_CARGUMENTS)
/* Calculate the timestep */
cctkGH->cctk_delta_time = dtfac*min_spacing;
- USE_CCTK_PARAMETERS
- USE_CCTK_CARGUMENTS
+
+
}