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

[freehaven-cvs] ancient code not yet checked in; oops



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

Modified Files:
	simmain.cpp 
Log Message:
ancient code not yet checked in; oops

Index: simmain.cpp
===================================================================
RCS file: /home/freehaven/cvsroot/doc/e2e-traffic/src/simmain.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- simmain.cpp	25 Jan 2004 17:07:25 -0000	1.33
+++ simmain.cpp	8 Apr 2004 19:53:10 -0000	1.34
@@ -440,7 +440,7 @@
       s.setAliceIsSmallworld(1).setWeightAlice(0);
     } 
       
-    s.setGranularity(10);
+    s.setGranularity(2);
     s.setCutoff(1000000);
     int nBad = 0;
     int nGood = 0;
@@ -473,8 +473,11 @@
   }
 }
 
-
-
+void trial2r_3() {
+  for (int n = 16384; n <= 65536; n *= 2) {
+    trial2r_base(125, n, 8,16,2, .5, false);
+  }
+}
 
 void trial3()
 {
@@ -1247,6 +1250,7 @@
 
   { "2r.1", trial2r_1 },
   { "2r.2", trial2r_2 },
+  { "2r.3", trial2r_3 },
 
   { "3", trial3 },
   { "3.1", trial3_1 },

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