Skip to content

Commit

Permalink
added setOrder to example. refs #4957
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 20, 2018
1 parent 6858210 commit effd993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/contributed/traas/examples/java_library/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static void main(String[] args) {

//start Traci Server
conn.runServer();
conn.setOrder(1);

for(int i=0; i<3600; i++){

Expand Down

0 comments on commit effd993

Please sign in to comment.