aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-09-11 14:33:14 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-09-11 14:33:14 +0000
commita980b3aa387f6371b7307cba6066a7f40be79b6b (patch)
tree8ac66f0ef69035e57da386482ae3707a2f7ef6cf /src/make.code.defn
parent5d2f67b5537ddf630fc98c21763e3c2a670ac402 (diff)
Fixed a few small bugs which pop up in bizarre circumstances because
a > should have been a >= Added Constant Boundary conditions, but I will change the name for this as soon as I think of a better one (you give it a value e.g. zero and it will apply it at every point of the boundary, so it doesn't have to be constant). Change so that the routines now return an error code if they don't apply the boundary condition, they give a warning level 1 instead of a warning level 0. (This needs to be added to the routine actually applying the radiation boundary conditions still). You will need to change/update any thorns with make calls to the Cactus outer boundary routines. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@20 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 95db209..e2e3aa4 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,8 @@
# $Header$
# Source files in this directory
-SRCS = FlatBoundary.c\
+SRCS = ConstantBoundary.c\
+ FlatBoundary.c\
RadiationBoundary.F77\
RadiationBoundaryWrappers.c