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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Apr 9 15:00:04 BST 2010


Author: soohyunc
Date: Fri Apr  9 15:00:04 2010
New Revision: 4771

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

Log:
corrected a mistake - "now" is double type.



Modified: vic/branches/cc/cc/tfwc_sndr.h
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.h	(original)
+++ vic/branches/cc/cc/tfwc_sndr.h	Fri Apr  9 15:00:04 2010
@@ -363,7 +363,7 @@
 
 	// print packet size
 	inline void print_psize(double now, int size) {
-	fprintf(stderr, "\tnow: %d psize: %d\n", now, size);
+	fprintf(stderr, "\tnow: %f psize: %d\n", now, size);
 	}
 
 	int ndtp_;		// number of data packet sent



More information about the Sumover-dev mailing list