aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorwerner <werner@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 08:37:23 +0000
committerwerner <werner@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 08:37:23 +0000
commitb728565aaa12282846d658d7837b32511cd23cee (patch)
treec63d69cb4231b6c05cdf9a0a98559e34c6c57375 /src/make.code.defn
parentdbda1e93594ce0cbd0c225d35675a07a490ef665 (diff)
WaveToy Initial data in C++ (only gaussian initial data here for easyness)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@2 7ec00dc9-1e7a-42ad-bf73-a299ee168e72
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
new file mode 100644
index 0000000..4335306
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,9 @@
+# Main make.code.defn file for thorn IDScalarWave
+# $Header$
+
+# Source files in this directory
+SRCS = InitialData.cc
+
+# Subdirectories containing source files
+SUBDIRS =
+