aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2000-01-27 07:49:40 +0000
committerallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2000-01-27 07:49:40 +0000
commitf14c73b5a42ec4cc8a3ab0dce46772ad6efefa0a (patch)
treec89cedec28520f36904d5bbce5e31c144aeab301 /src
parent7788ab06d79e25f09576cfadff37ee743a382622 (diff)
cctk_arguments -> cctk_Arguments
cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@28 1d96b42b-98df-4a6a-9d84-1b24288d4588
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.