aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-01-18 16:43:27 +0000
committerschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-01-18 16:43:27 +0000
commitea43623af79137f25b3284fa7e5258f75689c92f (patch)
treeb124d46200aee7a54d40ec0bf460113d2f657748
parent010f0b88babe2c996ac75280211b5ee564452ef2 (diff)
Set the default value for the Robin boundary value at infinity to zero
instead of one git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@256 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/RobinBoundary.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 3dbff30..51fc3cf 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -13,6 +13,7 @@
@version $Id$
@@*/
+#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
@@ -138,7 +139,7 @@ CCTK_INT BndRobin(const cGH *GH, CCTK_INT num_vars, CCTK_INT *vars,
}
/* Set up default arguments for ApplyBndRobin */
- finf = 1.;
+ finf = 0;
npow = 1;
/* Look on table for possible non-default arguments