Skip to content

Commit

Permalink
fix overrideFile args in linearize()
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3688 committed Aug 30, 2023
1 parent afd348d commit ff93c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OMJulia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ function linearize(omc; lintime = nothing, simflags= nothing, verbose=true)
linruntime = join(["-l=", omc.linearOptions["stopTime"]])
end

finalLinearizationexe = filter!(e -> e "", [getexefile, linruntime, csvinput, simflags])
finalLinearizationexe = filter!(e -> e "", [getexefile, linruntime, overrideFlag, csvinput, simflags])
# println(finalLinearizationexe)

cd(omc.tempdir)
Expand Down

0 comments on commit ff93c9b

Please sign in to comment.