[cig-commits] r8029 - mc/3D/CitcomS/trunk/lib

tan2 at geodynamics.org tan2 at geodynamics.org
Tue Sep 25 12:40:09 PDT 2007


Author: tan2
Date: 2007-09-25 12:40:08 -0700 (Tue, 25 Sep 2007)
New Revision: 8029

Modified:
   mc/3D/CitcomS/trunk/lib/Instructions.c
Log:
Fixed a bug in vtkio

Modified: mc/3D/CitcomS/trunk/lib/Instructions.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Instructions.c	2007-09-25 19:32:05 UTC (rev 8028)
+++ mc/3D/CitcomS/trunk/lib/Instructions.c	2007-09-25 19:40:08 UTC (rev 8029)
@@ -1387,7 +1387,7 @@
   /*
      remove VTK geo file in case we used that for IO
   */
-  if((E->output.gzdir.vtk_io != 1) &&
+  if((E->output.gzdir.vtk_io != 0) &&
      (strcmp(E->output.format, "ascii-gz") == 0)){
     if((E->output.gzdir.vtk_io == 3)||(E->parallel.me == 0)){
       /* delete the geo files */



More information about the cig-commits mailing list