aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/schedule.ccl
diff options
context:
space:
mode:
authorhawke <schnetter@cct.lsu.edu>2004-11-13 15:28:00 +0000
committerhawke <schnetter@cct.lsu.edu>2004-11-13 15:28:00 +0000
commit557d95df12f6e8e7a033e9a840b4a4a3ad9b5f9f (patch)
treec71b0f422fc0ea9300b269544d1bd5d5f3f72c54 /CarpetDev/CarpetAdaptiveRegrid/schedule.ccl
parentfa9124abf804f600c0442477ad67bec8db0c4ef8 (diff)
CarpetAdaptiveRegrid
The first part of CarpetAdaptiveRegrid. At the moment the only piece of "working" code is the F90 that does the box manipulation. This can be tested using the standalone makefile in src/test. darcs-hash:20041113152820-5d2e4-7bbcb3804e5643c7753c9ab663df4dc7d357d7e9.gz
Diffstat (limited to 'CarpetDev/CarpetAdaptiveRegrid/schedule.ccl')
-rw-r--r--CarpetDev/CarpetAdaptiveRegrid/schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/CarpetDev/CarpetAdaptiveRegrid/schedule.ccl b/CarpetDev/CarpetAdaptiveRegrid/schedule.ccl
new file mode 100644
index 000000000..3ce3e0440
--- /dev/null
+++ b/CarpetDev/CarpetAdaptiveRegrid/schedule.ccl
@@ -0,0 +1,8 @@
+# Schedule definitions for thorn CarpetAdaptiveRegrid
+# $Header$
+
+schedule CarpetAdaptiveRegridParamcheck at PARAMCHECK
+{
+ LANG: C
+ OPTIONS: global
+} "Check Parameters"