Pass around pointer to D2 as an argument to everything, rather than stash the pointer...
authorjjenista <jjenista>
Mon, 9 Mar 2009 18:10:52 +0000 (18:10 +0000)
committerjjenista <jjenista>
Mon, 9 Mar 2009 18:10:52 +0000 (18:10 +0000)
commit4f42d1568a8a2bcd5ae54673e202217d26dcbeb0
tree5f2200d1a82f7fc3e5a3398b6f9d84f433603887
parent2acf6fcc878fad6c432b12e0239f5970561fd758
Pass around pointer to D2 as an argument to everything, rather than stash the pointer in almost every class in the benchmark.  Also explicitly rewrote non-void methods with no return statement to have them
13 files changed:
Robust/src/Benchmarks/mlp/directto/mlp-java/AircraftList.java
Robust/src/Benchmarks/mlp/directto/mlp-java/Algorithm.java
Robust/src/Benchmarks/mlp/directto/mlp-java/D2.java
Robust/src/Benchmarks/mlp/directto/mlp-java/FixList.java
Robust/src/Benchmarks/mlp/directto/mlp-java/Flight.java
Robust/src/Benchmarks/mlp/directto/mlp-java/FlightList.java
Robust/src/Benchmarks/mlp/directto/mlp-java/Message.java
Robust/src/Benchmarks/mlp/directto/mlp-java/MessageList.java
Robust/src/Benchmarks/mlp/directto/mlp-java/ReadWrite.java
Robust/src/Benchmarks/mlp/directto/mlp-java/Route.java
Robust/src/Benchmarks/mlp/directto/mlp-java/TrajectorySynthesizer.java
Robust/src/Benchmarks/mlp/directto/mlp-java/TrialFlight.java [deleted file]
Robust/src/Benchmarks/mlp/directto/mlp-java/makefile