X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fruncmd.scala;h=52658473085bd3eafadfd39b2186c9de56f85b41;hp=12e49a7703d77ecdcde971af46f2594c5d9dc42f;hb=7fac438c77bb0e3749bababc0cc89a1366893444;hpb=89cb3482de1fefc2d8e5f67e1e04a0790e8cd243 diff --git a/bin/runcmd.scala b/bin/runcmd.scala index 12e49a7..5265847 100755 --- a/bin/runcmd.scala +++ b/bin/runcmd.scala @@ -89,7 +89,7 @@ NetLogo 5.2.0""") } else if (input.length > 3 && input(3).length > 0) { workspace.openFromSource(url2String("file:" + input(3))) } else { - workspace.openFromSource(url2String("file:resources/empty.nlogo")) + workspace.openFromSource(url2String("file:resources/clnl/empty.nlogo")) } workspace.mainRNG.setSeed(15)