[cig-commits] r8001 - short/3D/PyLith/trunk/libsrc/materials

brad at geodynamics.org brad at geodynamics.org
Fri Sep 21 14:52:14 PDT 2007


Author: brad
Date: 2007-09-21 14:52:13 -0700 (Fri, 21 Sep 2007)
New Revision: 8001

Removed:
   short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.icc
Modified:
   short/3D/PyLith/trunk/libsrc/materials/Makefile.am
Log:
Removed files for inline methods that weren't being used.

Deleted: short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc	2007-09-21 21:52:13 UTC (rev 8001)
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
-//
-// {LicenseText}
-//
-// ----------------------------------------------------------------------
-//
-
-#if !defined(pylith_materials_elasticisotropic3d_hh)
-#error "ElasticIsotropic3D.icc can only be included from ElasticIsotropic3D.hh"
-#endif
-
-
-// End of file 

Deleted: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.icc	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.icc	2007-09-21 21:52:13 UTC (rev 8001)
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
-//
-// {LicenseText}
-//
-// ----------------------------------------------------------------------
-//
-
-#if !defined(pylith_materials_elasticplanestrain_hh)
-#error "ElasticPlanestrain.icc can only be included from ElasticPlanestrain.hh"
-#endif
-
-
-// End of file 

Deleted: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.icc	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.icc	2007-09-21 21:52:13 UTC (rev 8001)
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
-//
-// {LicenseText}
-//
-// ----------------------------------------------------------------------
-//
-
-#if !defined(pylith_materials_elasticplanestress_hh)
-#error "ElasticPlaneStress.icc can only be included from ElasticPlaneStress.hh"
-#endif
-
-
-// End of file 

Deleted: short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.icc	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.icc	2007-09-21 21:52:13 UTC (rev 8001)
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
-//
-// {LicenseText}
-//
-// ----------------------------------------------------------------------
-//
-
-#if !defined(pylith_materials_elasticstrain1d_hh)
-#error "ElasticStrain1D.icc can only be included from ElasticStrain1D.hh"
-#endif
-
-
-// End of file 

Deleted: short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.icc	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.icc	2007-09-21 21:52:13 UTC (rev 8001)
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// ----------------------------------------------------------------------
-//
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
-//
-// {LicenseText}
-//
-// ----------------------------------------------------------------------
-//
-
-#if !defined(pylith_materials_elasticstress1d_hh)
-#error "ElasticStress1D.icc can only be included from ElasticStress1D.hh"
-#endif
-
-
-// End of file 

Modified: short/3D/PyLith/trunk/libsrc/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Makefile.am	2007-09-21 21:27:09 UTC (rev 8000)
+++ short/3D/PyLith/trunk/libsrc/materials/Makefile.am	2007-09-21 21:52:13 UTC (rev 8001)
@@ -15,17 +15,12 @@
 
 subpkginclude_HEADERS = \
 	ElasticStrain1D.hh \
-	ElasticStrain1D.icc \
 	ElasticStress1D.hh \
-	ElasticStress1D.icc \
 	ElasticIsotropic3D.hh \
-	ElasticIsotropic3D.icc \
 	ElasticMaterial.hh \
 	ElasticMaterial.icc \
 	ElasticPlaneStrain.hh \
-	ElasticPlaneStrain.icc \
 	ElasticPlaneStress.hh \
-	ElasticPlaneStress.icc \
 	MaxwellIsotropic3D.hh \
 	MaxwellIsotropic3D.icc \
 	Material.hh \



More information about the cig-commits mailing list