Skip to content

Commit

Permalink
fix overrideFile args in linarize
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3688 committed Sep 1, 2023
1 parent 29a8f14 commit de7be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelicaSystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,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 de7be4f

Please sign in to comment.