aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.c
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-05-10 11:56:15 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-05-10 11:56:15 +0000
commitca6cb236fde78fed926c34283997454bb8a43be7 (patch)
tree49701ea2b9d679a0b169af0ffe3c0cdd28dc2d81 /src/InitSymBound.c
parent8551a19aa14511c089ea8a31ce279144a8c7fcdf (diff)
New names for macros calling fortran from C
Fixing names of deprecated symmetry boundary condition routines which will be removed now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@44 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'src/InitSymBound.c')
-rw-r--r--src/InitSymBound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InitSymBound.c b/src/InitSymBound.c
index c0eaa8e..1500004 100644
--- a/src/InitSymBound.c
+++ b/src/InitSymBound.c
@@ -43,7 +43,7 @@ void WaveToyC_InitSymBound(CCTK_ARGUMENTS)
sym[1] = 1;
sym[2] = 1;
- SetCartSymmetry(cctkGH, sym,"wavetoy::phi");
+ SetCartSymVN(cctkGH, sym,"wavetoy::phi");
return;
}