summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultEvolve.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 13:03:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 13:03:16 +0000
commitff0c6424f9fe00e81a6d7c9e0a50f1e972b8dfab (patch)
treeb52fb243ccdfd54fc40ff4573617e8901884a07e /src/main/CactusDefaultEvolve.c
parent9f836819be614c04f425ed405f5d9abbf4b9404a (diff)
Update GH->time in evolution loop
git-svn-id: http://svn.cactuscode.org/flesh/trunk@366 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CactusDefaultEvolve.c')
-rw-r--r--src/main/CactusDefaultEvolve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/CactusDefaultEvolve.c b/src/main/CactusDefaultEvolve.c
index e8208bac..97b2e2a7 100644
--- a/src/main/CactusDefaultEvolve.c
+++ b/src/main/CactusDefaultEvolve.c
@@ -157,6 +157,8 @@ int CCTK_StepGH(cGH *GH) {
BoundStepper(GH);
PostStepper(GH);
+ GH->time = GH->time + GH->delta_time;
+
return 0;
}