[Sumover-dev] [svn commit] r4526 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Oct 22 00:34:30 BST 2009


Author: soohyunc
Date: Thu Oct 22 00:34:30 2009
New Revision: 4526

Modified:
   vic/branches/cc/cc/tfwc_sndr.cpp

Log:
forgot to get rid of a printf statement


Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Thu Oct 22 00:34:30 2009
@@ -370,8 +370,6 @@
 	// cwnd should always be greater than 1
 	if (cwnd_ < 1)
 		cwnd_ = 1;
-
-	printf("\tnow: %f\tcwnd: %d\n", now_, cwnd_);
 }
 
 /*



More information about the Sumover-dev mailing list