aboutsummaryrefslogtreecommitdiff
path: root/src/SetTime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetTime.c')
-rw-r--r--src/SetTime.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/SetTime.c b/src/SetTime.c
index 891bb19..c04cc0b 100644
--- a/src/SetTime.c
+++ b/src/SetTime.c
@@ -101,31 +101,6 @@ static const CCTK_REAL alpha_array65[8] = {
********************************************************************/
/*@@
- @routine MoL_SetInitialTime
- @date Mon Aug 14 09:33:45 2006
- @author Ian Hawke
- @desc
- Set the Original_Time and Original_Delta_Time variables correctly
- (as the IndexArrays routine may be run too soon).
- @enddesc
- @calls
- @calledby
- @history
-
- @endhistory
-
-@@*/
-
-void MoL_SetInitialTime(CCTK_ARGUMENTS)
-{
-
- DECLARE_CCTK_ARGUMENTS;
-
- *Original_Time = cctkGH->cctk_time;
- *Original_Delta_Time = cctkGH->cctk_delta_time;
-}
-
- /*@@
@routine MoL_SetTime
@date Mon May 20 09:48:55 2002
@author Ian Hawke