[cig-commits] r6227 - short/3D/PyLith/trunk/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Mon Mar 12 09:34:54 PDT 2007


Author: brad
Date: 2007-03-12 09:34:53 -0700 (Mon, 12 Mar 2007)
New Revision: 6227

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorExplicit.hh
Log:
Removed superfluous method 'quadrature' (in Integrator).

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorExplicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorExplicit.hh	2007-03-12 03:17:31 UTC (rev 6226)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorExplicit.hh	2007-03-12 16:34:53 UTC (rev 6227)
@@ -58,12 +58,6 @@
   virtual
   IntegratorExplicit* clone(void) const = 0;
 
-  /** Set quadrature for integrating finite-element quantities.
-   *
-   * @param q Quadrature for integrating.
-   */
-  void quadrature(const Quadrature* q);
-
   /** Set time step for advancing from time t to time t+dt.
    *
    * @param dt Time step



More information about the cig-commits mailing list