aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Startup.c2
-rw-r--r--src/petsc_confmetric.c2
-rw-r--r--src/petsc_confmetric_solver.c2
-rw-r--r--src/petsc_flat_solver.c2
-rw-r--r--src/petsc_wrapper.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Startup.c b/src/Startup.c
index c02b533..4e6ca71 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -3,7 +3,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
/* Registration of the petsc solvers with the Elliptic solver registry.
diff --git a/src/petsc_confmetric.c b/src/petsc_confmetric.c
index b4e1395..999ffb3 100644
--- a/src/petsc_confmetric.c
+++ b/src/petsc_confmetric.c
@@ -9,7 +9,7 @@
@@*/
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_Flesh.h"
#include "assert.h"
diff --git a/src/petsc_confmetric_solver.c b/src/petsc_confmetric_solver.c
index 4c74ab8..89dc950 100644
--- a/src/petsc_confmetric_solver.c
+++ b/src/petsc_confmetric_solver.c
@@ -9,7 +9,7 @@
@@*/
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_Flesh.h"
#include "assert.h"
diff --git a/src/petsc_flat_solver.c b/src/petsc_flat_solver.c
index a5ada15..ce74e36 100644
--- a/src/petsc_flat_solver.c
+++ b/src/petsc_flat_solver.c
@@ -1,6 +1,6 @@
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "mpi.h"
#include "sles.h"
diff --git a/src/petsc_wrapper.c b/src/petsc_wrapper.c
index 6143eea..fdd5278 100644
--- a/src/petsc_wrapper.c
+++ b/src/petsc_wrapper.c
@@ -1,6 +1,6 @@
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_Flesh.h"
/* The wrapper functions for the core PETSc solver, that performs the actual solve.