aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/paramcheck.F908
1 files changed, 4 insertions, 4 deletions
diff --git a/src/paramcheck.F90 b/src/paramcheck.F90
index 489949e..729590d 100644
--- a/src/paramcheck.F90
+++ b/src/paramcheck.F90
@@ -1,7 +1,7 @@
-#include <cctk.h>
-#include <cctk_Arguments.h>
-#include <cctk_Functions.h>
-#include <cctk_Parameters.h>
+#include "cctk.h"
+#include "cctk_Arguments.h"
+#include "cctk_Functions.h"
+#include "cctk_Parameters.h"
subroutine CheckFortranParameters (CCTK_ARGUMENTS)
implicit none