source: issm/oecreview/Archive/18296-19100/ISSM-18965-18966.diff@ 19102

Last change on this file since 19102 was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 529 bytes
RevLine 
[19102]1Index: ../trunk-jpl/src/c/classes/Constraints/SpcTransient.cpp
2===================================================================
3--- ../trunk-jpl/src/c/classes/Constraints/SpcTransient.cpp (revision 18965)
4+++ ../trunk-jpl/src/c/classes/Constraints/SpcTransient.cpp (revision 18966)
5@@ -131,7 +131,6 @@
6
7 /*Apply or relax constraint: */
8 if(xIsNan<IssmDouble>(value)){
9- printf("-------------- file: SpcTransient.cpp line: %i\n",__LINE__);
10 node->RelaxConstraint(dof);
11 }
12 else node->ApplyConstraint(dof,value);
Note: See TracBrowser for help on using the repository browser.