Skip to content

Commit 2ba31c8

Browse files
CHG: it seems like buttressing may be negative sometimes...
1 parent 8d9b971 commit 2ba31c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c/classes/Elements/Tria.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ bool Tria::Buttressing(IssmDouble* ptheta, IssmDouble* plength){/*{{{*/
453453

454454
/*Cleanup and return*/
455455
delete gauss;
456-
_assert_(theta>0.);
456+
//_assert_(theta>0.);
457457
_assert_(length>0.);
458458
*ptheta = theta;
459459
*plength = length;

0 commit comments

Comments
 (0)