[cig-commits] r8380 - short/3D/PyLith/trunk/pylith/meshio

brad at geodynamics.org brad at geodynamics.org
Tue Dec 4 20:58:13 PST 2007


Author: brad
Date: 2007-12-04 20:58:13 -0800 (Tue, 04 Dec 2007)
New Revision: 8380

Modified:
   short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py
Log:
Fixed bug where we didn't sync endian flag in LaGriT reader.

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py	2007-12-05 02:19:45 UTC (rev 8379)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py	2007-12-05 04:58:13 UTC (rev 8380)
@@ -83,6 +83,7 @@
     self.filenameGmv = self.inventory.filenameGmv
     self.filenamePset = self.inventory.filenamePset
     self.coordsys = self.inventory.coordsys
+    self.flipEndian = self.inventory.flipEndian
     return
 
 
@@ -97,6 +98,7 @@
     MeshIO._sync(self)
     self.cppHandle.filenameGmv = self.filenameGmv
     self.cppHandle.filenamePset = self.filenamePset
+    self.cppHandle.flipEndian = self.flipEndian
     return
   
 



More information about the cig-commits mailing list