Index: /issm/trunk-jpl/src/c/classes/Loads/Channel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Loads/Channel.cpp	(revision 23982)
+++ /issm/trunk-jpl/src/c/classes/Loads/Channel.cpp	(revision 23983)
@@ -677,5 +677,5 @@
 	/*Compute new S based on Forward Euler (explicit)*/
 	this->S = this->S + dt*( (Xi - Pi)/(rho_ice*L) - vc);
-	if(this->S<0.); this->S = 0.;
+	if(this->S<0.) this->S = 0.;
 
 	/*Clean up and return*/
