summaryrefslogtreecommitdiff
path: root/src/main/CactusDefaultEvolve.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-26 10:55:32 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-26 10:55:32 +0000
commit70d5a3fa7833801fc6ad301294eb153a05ec0721 (patch)
treef78a49996ed5e1f9a59b38bcfb1ace425485c53f /src/main/CactusDefaultEvolve.c
parentb7c7e3b466e1407dc98e3e6f29fb29485ceb4328 (diff)
Fixed compiler warning
git-svn-id: http://svn.cactuscode.org/flesh/trunk@349 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 f3384dd2..3e00d25c 100644
--- a/src/main/CactusDefaultEvolve.c
+++ b/src/main/CactusDefaultEvolve.c
@@ -156,6 +156,8 @@ int CCTK_StepGH(cGH *GH) {
EvolStepper(GH);
BoundStepper(GH);
PostStepper(GH);
+
+ return 0;
}
/*@@