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

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


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

Modified:
   cs/cigma/trunk/src/eb_array.h
Log:
Comment out asserts from eb_array::getId

Modified: cs/cigma/trunk/src/eb_array.h
===================================================================
--- cs/cigma/trunk/src/eb_array.h	2008-12-10 02:12:17 UTC (rev 13484)
+++ cs/cigma/trunk/src/eb_array.h	2008-12-10 02:12:18 UTC (rev 13485)
@@ -32,8 +32,8 @@
 
 inline int eb_array::getId(int e, int i) const
 {
-    assert((0 <= e) && (e < nel)); // XXX: comment out
-    assert((0 <= i) && (i < ndofs));
+    //assert((0 <= e) && (e < nel)); // XXX: comment out
+    //assert((0 <= i) && (i < ndofs));
     return connect[ndofs*e + i];
 }
 



More information about the CIG-COMMITS mailing list