[cig-commits] r13483 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:12:16 PST 2008


Author: luis
Date: 2008-12-09 18:12:16 -0800 (Tue, 09 Dec 2008)
New Revision: 13483

Modified:
   cs/cigma/trunk/src/DofHandler.cpp
Log:
Removed bad assert

Modified: cs/cigma/trunk/src/DofHandler.cpp
===================================================================
--- cs/cigma/trunk/src/DofHandler.cpp	2008-12-10 02:11:13 UTC (rev 13482)
+++ cs/cigma/trunk/src/DofHandler.cpp	2008-12-10 02:12:16 UTC (rev 13483)
@@ -52,7 +52,6 @@
 void DofHandler::getData(int n, int *nodeIds, double *celldofs)
 {
     assert(this->dofs != 0);
-    //assert((0 < n) && (n < nno));
     for (int i = 0; i < n; i++)
     {
         const int id = nodeIds[i];
@@ -63,3 +62,4 @@
         }
     }
 }
+



More information about the CIG-COMMITS mailing list