[cig-commits] r21948 - short/3D/PyLith/trunk/modulesrc/feassemble

knepley at geodynamics.org knepley at geodynamics.org
Thu Apr 25 12:53:21 PDT 2013


Author: knepley
Date: 2013-04-25 12:53:21 -0700 (Thu, 25 Apr 2013)
New Revision: 21948

Modified:
   short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i
Log:
Removed unused function from SWIG

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i	2013-04-25 19:28:21 UTC (rev 21947)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i	2013-04-25 19:53:21 UTC (rev 21948)
@@ -64,12 +64,6 @@
       /// Deallocate temporary storage.
       void clear(void);
 
-      /** Get precomputed geometry fields.
-       *
-       * @returns Geometry fields.
-       */
-      const pylith::topology::Fields<pylith::topology::Field<mesh_type> >* geometryFields(void) const;
-
     }; // Quadrature
 
   } // feassemble



More information about the CIG-COMMITS mailing list