aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>1999-11-24 21:22:15 +0000
committergoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>1999-11-24 21:22:15 +0000
commit65b1300b73dc032b4d0f0aafe4aa733c53f21910 (patch)
tree0b2b85d4a76f5fd0327e115f1c9d58fa195f77e1 /param.ccl
parent8fa319775b09834f9fc093badc450aa7f6e9e904 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@3 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..162d5b4
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,13 @@
+# Parameter definitions for thorn WaveToyFreeF90
+# $Header$
+
+private:
+
+KEYWORD bound "Type of boundary condition to use"
+{
+ "none" :: "No boundary condition"
+ "flat" :: "Flat boundary condition"
+ "radiation" :: "Radiation boundary condition"
+} "none"
+
+