Index: ../trunk-jpl/src/c/classes/Loads/Channel.cpp
===================================================================
--- ../trunk-jpl/src/c/classes/Loads/Channel.cpp	(revision 23982)
+++ ../trunk-jpl/src/c/classes/Loads/Channel.cpp	(revision 23983)
@@ -676,7 +676,7 @@
 
 	/*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*/
 	delete gauss;
