aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/RegridSyncTest/src/regridsynctest.F90
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/RegridSyncTest/src/regridsynctest.F90')
-rw-r--r--CarpetExtra/RegridSyncTest/src/regridsynctest.F9011
1 files changed, 5 insertions, 6 deletions
diff --git a/CarpetExtra/RegridSyncTest/src/regridsynctest.F90 b/CarpetExtra/RegridSyncTest/src/regridsynctest.F90
index a4c1e5dab..d0c84d27d 100644
--- a/CarpetExtra/RegridSyncTest/src/regridsynctest.F90
+++ b/CarpetExtra/RegridSyncTest/src/regridsynctest.F90
@@ -1,7 +1,7 @@
-#include "cctk.h"
-#include "cctk_Parameters.h"
-#include "cctk_Arguments.h"
-#include "cctk_Functions.h"
+#include <cctk.h>
+#include <cctk_Parameters.h>
+#include <cctk_Arguments.h>
+#include <cctk_Functions.h>
@@ -13,10 +13,10 @@ subroutine RegridSyncTest_setup(CCTK_ARGUMENTS)
myregridtestgf = 0.9d0
-
end subroutine RegridSyncTest_setup
+
subroutine RegridSyncTest_do_something(CCTK_ARGUMENTS)
implicit none
@@ -25,6 +25,5 @@ subroutine RegridSyncTest_do_something(CCTK_ARGUMENTS)
myregridtestgf = 1.0d0
-
end subroutine RegridSyncTest_do_something