Changeset 18 for trunk/src/planet/simulate/Results.java
- Timestamp:
- 08/13/07 16:41:30 (1 year ago)
- Files:
-
- 1 modified
-
trunk/src/planet/simulate/Results.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/planet/simulate/Results.java
r16 r18 134 134 } 135 135 else { 136 hops.put(identif,new Integer( 1));136 hops.put(identif,new Integer(0)); 137 137 } 138 138 } … … 216 216 } 217 217 218 /** 219 * the lookup and insert times 220 */ 218 221 private static int lookup_number = 0; 219 222 /**
