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

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Mar 30 19:08:46 PDT 2007


Author: willic3
Date: 2007-03-30 19:08:46 -0700 (Fri, 30 Mar 2007)
New Revision: 6483

Added:
   short/3D/PyLith/trunk/libsrc/feassemble/ImplicitElasticity.icc
Log:
Initial version of icc file for ImplicitElasticity.


Added: short/3D/PyLith/trunk/libsrc/feassemble/ImplicitElasticity.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ImplicitElasticity.icc	2007-03-31 02:05:12 UTC (rev 6482)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ImplicitElasticity.icc	2007-03-31 02:08:46 UTC (rev 6483)
@@ -0,0 +1,27 @@
+// -*- C++ -*-
+//
+// ======================================================================
+//
+//                           Brad T. Aagaard
+//                        U.S. Geological Survey
+//
+// {LicenseText}
+//
+// ======================================================================
+//
+
+#if !defined(pylith_feassemble_implicitelasticity_hh)
+#error "ImplicitElasticity.icc must be included only from ImplicitElasticity.hh"
+#else
+
+// Create a copy of this object.
+inline
+pylith::feassemble::IntegratorImplicit*
+pylith::feassemble::ImplicitElasticity::clone(void) const {
+  return new ImplicitElasticity(*this);
+} // clone
+
+#endif
+
+
+// End of file



More information about the cig-commits mailing list