aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-03-16 17:19:34 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-03-16 17:19:34 +0000
commit3b7a96fe84f852789164d98a0edfe807c96b24e4 (patch)
treee9007dc453dbbc10a77161b80e61968e89ba18b6 /src/make.code.defn
parentb636bbee7c31984989db6e0f0865805b9b3dfa07 (diff)
Adding new static boundary condition (consider this experimental till
it gets added to the documentation) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@169 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 1a12a7b..7692d77 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,6 +3,7 @@
# Source files in this directory
SRCS = ScalarBoundary.c\
+ StaticBoundary.c\
CopyBoundary.c\
FlatBoundary.c\
RadiationBoundary.c\