From ea43623af79137f25b3284fa7e5258f75689c92f Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 18 Jan 2004 16:43:27 +0000 Subject: 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 --- src/RobinBoundary.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include #include #include @@ -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 -- cgit v1.2.3