From 6cc044248a4077a7b064bbae15ff4a60b7c50342 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 29 Sep 2000 15:34:33 +0000 Subject: Brought Panda stuff up-to-date with current IO interface. Tested under Linux so far. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@11 38c3d835-c875-442e-b0fe-21c19ce1d001 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 4e88262..df3d037 100644 --- a/param.ccl +++ b/param.ccl @@ -10,7 +10,7 @@ private: ######################## # How often to do output ######################## -INT out3D_every "How often to do 3D output, overrides out_every" +INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS { -1:* :: } -1 @@ -28,7 +28,7 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir" ########################## # What variables to output ########################## -STRING out3D_vars "Variables to output in 3D Panda file format" +STRING out3D_vars "Variables to output in 3D Panda file format" STEERABLE = ALWAYS { .* :: A regex which matches everything } "" -- cgit v1.2.3