Skip to content

Commit

Permalink
Switching (for tests) ui environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Kit committed Feb 1, 2014
1 parent 6ed9993 commit 2f63ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jdeeco-simulation-demo/omnetpp.ini.templ
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmdenv-express-mode = true
record-eventlog=false
**.vector-recording=false

load-libs = model opptkenv
load-libs = model oppcmdenv
ned-path = model;mixim/examples;mixim/src/base;mixim/src/inet_stub;mixim/src/modules

**.drawMaxIntfDist = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static void main(String[] args) throws AnnotationProcessorException, IOEx
out.println(omnetConfig.toString());
out.close();

sim.run("Tkenv", CONFIG_PATH);
sim.run("Cmdenv", CONFIG_PATH);

System.gc();
System.out.println("Simulation finished.");
Expand Down

0 comments on commit 2f63ac6

Please sign in to comment.