[cig-commits] r4753 - mc/3D/CitcomS/trunk/visual/OpenDXMacro

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Oct 9 13:41:31 PDT 2006


Author: tan2
Date: 2006-10-09 13:41:31 -0700 (Mon, 09 Oct 2006)
New Revision: 4753

Modified:
   mc/3D/CitcomS/trunk/visual/OpenDXMacro/CitcomSImportHDF5.net.in
Log:
Changed the order of input parameters

Modified: mc/3D/CitcomS/trunk/visual/OpenDXMacro/CitcomSImportHDF5.net.in
===================================================================
--- mc/3D/CitcomS/trunk/visual/OpenDXMacro/CitcomSImportHDF5.net.in	2006-10-09 20:12:01 UTC (rev 4752)
+++ mc/3D/CitcomS/trunk/visual/OpenDXMacro/CitcomSImportHDF5.net.in	2006-10-09 20:41:31 UTC (rev 4753)
@@ -16,8 +16,8 @@
 // CATEGORY Macros
 // DESCRIPTION import CitcomS HDF5 data
 // INPUT filename; string; (none); Filename of CitcomS HDF5 data
+// INPUT reduced; integer or integer list; (1); Reduce resolution of velocity
 // INPUT frame; integer; 0; Time frame to import
-// INPUT reduced; integer or integer list; (1); Reduce resolution of velocity
 // INPUT caplist; integer or integer list; (0); A list of caps to display
 // OPTIONS 0,1,2,3,4,5,6,7,8,9,10,11 
 // OUTPUT velocity; group;  
@@ -29,8 +29,8 @@
 //
 macro CitcomSImportHDF5(
  filename
+,reduced
 ,frame = 0
-,reduced
 ,caplist
 ) -> (
  velocity



More information about the cig-commits mailing list