[cig-commits] r5194 - short/3D/PyLith/trunk/unittests/libtests/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue Nov 7 15:42:53 PST 2006


Author: brad
Date: 2006-11-07 15:42:53 -0800 (Tue, 07 Nov 2006)
New Revision: 5194

Modified:
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh
Log:
Fixed labels in some comments.

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class Integrator;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestIntegrator.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestIntegratorInertia;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia1D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia1D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestIntegratorInertia.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestIntegratorInertia1D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia2D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia2D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestIntegratorInertia.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestIntegratorInertia2D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia3D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorInertia3D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestIntegratorInertia.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestIntegratorInertia3D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class Quadrature;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature1D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature1Din2D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature1Din3D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature2D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature2Din3D;

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh	2006-11-07 19:33:31 UTC (rev 5193)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh	2006-11-07 23:42:53 UTC (rev 5194)
@@ -23,7 +23,7 @@
 
 #include "TestQuadrature.hh"
 
-/// Namespace for spatialdata package
+/// Namespace for pylith package
 namespace pylith {
   namespace feassemble {
     class TestQuadrature3D;



More information about the cig-commits mailing list