Index: /issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp	(revision 15215)
+++ /issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp	(revision 15216)
@@ -314,5 +314,5 @@
 
 	/*insert values at time step: */
-	if (this->numtimesteps>0 && time<=this->timesteps[this->numtimesteps-1]) _assert_("timestep values must increase sequentially");
+	if (this->numtimesteps>0 && time<=this->timesteps[this->numtimesteps-1]) _error_("timestep values must increase sequentially");
 
 	//copy timesteps, add the new time, delete previous timesteps, and add the new input: inputs->AddObject(input);
