aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-03-14 13:10:44 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-03-14 13:10:44 +0000
commitf087dd90c22fc674aa0c477785f456123c4d0661 (patch)
tree0ab65ce3166382b7ba3edd58a473f6c701112780 /par
parent5cb06b5bd1a18384113a72cf0762bd6dc6b43de8 (diff)
Added new parameters 'IOHDF5::outdir' and 'IOHDF5::out_every' which just
depricate the old parameters 'IOHDF5::outdir_HDF5' and 'IOHDF5::outHDF5_every'. This is to get a consistent set of I/O parameter names for all I/O thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@112 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'par')
-rw-r--r--par/hdf5.par6
1 files changed, 3 insertions, 3 deletions
diff --git a/par/hdf5.par b/par/hdf5.par
index c612a1a..83fb835 100644
--- a/par/hdf5.par
+++ b/par/hdf5.par
@@ -26,6 +26,6 @@ IO::out3D_mode = "onefile"
IO::out3D_unchunked = "yes"
# say when, where, and what GF to output
-IOHDF5::outHDF5_every = 1
-IOHDF5::out_vars = "wavetoy::phi"
-IOHDF5::outdir_HDF5 = "./hdf5"
+IOHDF5::out_every = 1
+IOHDF5::out_vars = "wavetoy::phi"
+IOHDF5::outdir = "./hdf5"