[cig-commits] r16466 - short/3D/PyLith/trunk/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Tue Mar 30 14:41:59 PDT 2010


Author: brad
Date: 2010-03-30 14:41:59 -0700 (Tue, 30 Mar 2010)
New Revision: 16466

Modified:
   short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
Log:
Added note on need to nondimensionalize mesh if MeshGenerator is ever implemented.

Modified: short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2010-03-30 21:41:16 UTC (rev 16465)
+++ short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2010-03-30 21:41:59 UTC (rev 16466)
@@ -68,6 +68,9 @@
     """
     Generate a Mesh.
     """
+
+    # Need to nondimensionalize coordinates.
+    
     raise NotImplementedError("MeshGenerator.create() not implemented.")
     return
 



More information about the CIG-COMMITS mailing list