Skip to content

Commit

Permalink
Fix location of external simulation
Browse files Browse the repository at this point in the history
when loading them
  • Loading branch information
ckittl committed Feb 8, 2022
1 parent 73dcc5a commit c650307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/edu/ie3/simona/sim/setup/ExtSimLoader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.net.URLClassLoader
*/
object ExtSimLoader extends LazyLogging {

private val extSimPath = "inputData" + java.io.File.separator + "ext_sim"
private val extSimPath = "input" + java.io.File.separator + "ext_sim"

private val extLinkClassPath = "edu.ie3.simona.api.ExtLink"

Expand Down

0 comments on commit c650307

Please sign in to comment.