aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-05-05 21:34:42 +0000
committerschnetter <schnetter@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-05-05 21:34:42 +0000
commit4aea818e917734ffc89f4b7cdfa1a3aa2faf2eb3 (patch)
tree2452eba44c5acac792c36e2849783da1e2d0a0b5
parent6ef592577ea6e28e6be5497579765de3a0fb5eea (diff)
Rename boundary condition "zero" to "scalar".
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@106 90eea020-d82d-4da5-bf6e-4ee79ff7632f
-rw-r--r--src/WaveToy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WaveToy.c b/src/WaveToy.c
index 1c63f05..1a90f36 100644
--- a/src/WaveToy.c
+++ b/src/WaveToy.c
@@ -117,7 +117,7 @@ void WaveToyC_Boundaries(CCTK_ARGUMENTS)
if (CCTK_EQUALS(bound,"flat") || CCTK_EQUALS(bound,"static") ||
CCTK_EQUALS(bound,"radiation") || CCTK_EQUALS(bound,"robin") ||
- CCTK_EQUALS(bound,"zero") || CCTK_EQUALS(bound,"none"))
+ CCTK_EQUALS(bound,"scalar") || CCTK_EQUALS(bound,"none"))
{
/* Uses all default arguments, so invalid table handle -1 can be passed */
ierr = Boundary_SelectVarForBC