aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-01 18:11:07 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-11-01 18:11:07 +0000
commit4f920bbd9acb4083bdc0e6a17805b8d0db65b278 (patch)
tree282d4fe5e3230865ff23ebf296daed2bac723bc7 /src/RobinBoundary.c
parent8393cf70202370bf08349359128c000aefd10e36 (diff)
#include "math.h" -> #include <math.h>
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@65 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 65f4513..5efac69 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -1,7 +1,8 @@
+#include <math.h>
+
#include "cctk.h"
#include "cctk_parameters.h"
-#include "math.h"
void RobinBCi_C(cGH *GH, int *sw, int *doBC, int *lsh,
CCTK_REAL *var, CCTK_REAL *r, CCTK_REAL finf, CCTK_INT npow) {