Index: /issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp	(revision 25029)
+++ /issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp	(revision 25030)
@@ -459,5 +459,5 @@
 
 	/*If already processed return, we set step in the middle of the interval*/
-	if(abs(this->current_step-mid_step)<1.e-5) return;
+	if(fabs(this->current_step-mid_step)<1.e-5) return;
 	/*If not processed set current_step*/
 	if(this->current_input) delete this->current_input;
