aboutsummaryrefslogtreecommitdiff
path: root/src/sor_wrapper.c
diff options
context:
space:
mode:
authorallen <allen@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2000-01-27 07:49:41 +0000
committerallen <allen@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2000-01-27 07:49:41 +0000
commitcf93a9b133e0c701eb82f85ce865f1ea06aa0a3e (patch)
treee1812c69ecaeb11b76056fd3e6e4d0180c223825 /src/sor_wrapper.c
parent2540d470a01ec6ae5b571c9587ec01e1d6ce0256 (diff)
cctk_arguments -> cctk_Arguments
cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@48 fa3da13c-9f13-4301-a575-cf5b8c5e1907
Diffstat (limited to 'src/sor_wrapper.c')
-rw-r--r--src/sor_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sor_wrapper.c b/src/sor_wrapper.c
index d9fd865..9da5dbd 100644
--- a/src/sor_wrapper.c
+++ b/src/sor_wrapper.c
@@ -19,7 +19,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_FortranString.h"
void FORTRAN_NAME(sor_confmetric_core3d)