[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[freehaven-cvs] Programs without syntax errors are traditionally mor...



Update of /home/freehaven/cvsroot/doc/e2e-traffic/src
In directory moria.mit.edu:/tmp/cvs-serv19679

Modified Files:
	trials.cpp 
Log Message:
Programs without syntax errors are traditionally more useful

Index: trials.cpp
===================================================================
RCS file: /home/freehaven/cvsroot/doc/e2e-traffic/src/trials.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- trials.cpp	19 Jan 2004 01:00:13 -0000	1.13
+++ trials.cpp	19 Jan 2004 01:02:54 -0000	1.14
@@ -101,8 +101,8 @@
 SDTrialSpec::write(std::ostream &o) const
 {
   o << "SDTrial(b=" << batchSize << ",m="<< nAliceRecipients
-    << ",N=" << nRecipients << 
-    << ",granularity=" <<granularity
+    << ",N=" << nRecipients
+    << ",granularity=" << granularity
     << ")" << std::endl;
 }
 
@@ -154,9 +154,9 @@
   else
     o << "\"";
   o << ",pMessage=" << pMsgAlice << ",pDummy=" << pDummyAlice
-    << ",paddingLevel="<< paddingLevel <<
+    << ",paddingLevel="<< paddingLevel
     << ",granularity="<<granularity
-    ")" << std::endl;
+    << ")" << std::endl;
   // XXX paddingLevel is wrong, so include it when it's right.
 }
 
@@ -294,7 +294,7 @@
     << ",bgVolume=" << bgVolMean << ",bgVolumeStdDev=" << bgVolDev
     << ",pObserve=" << pObserve << ",pading="<<padding
     << ",pOnline=" << pOnline << ",pMessage="<<pMessage 
-    << ",pDummy=" << pDummy << 
+    << ",pDummy=" << pDummy
     << ",granularity=" << granularity
     << ")" << std::endl;
     // padding XXX all other vars.

***********************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe freehaven-cvs       in the body. http://freehaven.net/