Move from github, collapse gltk and strictmath, add candle
[clnl] / bin / runcmd.scala
index 12e49a7703d77ecdcde971af46f2594c5d9dc42f..52658473085bd3eafadfd39b2186c9de56f85b41 100755 (executable)
@@ -89,7 +89,7 @@ NetLogo 5.2.0""")
 } else if (input.length > 3 && input(3).length > 0) {
   workspace.openFromSource(url2String("file:" + input(3)))
 } else {
 } 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)
 }
 
 workspace.mainRNG.setSeed(15)