Skip to content

Commit f0a9db7

Browse files
committed
[ModelicaSystem] improve comment
1 parent 88c6244 commit f0a9db7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,8 @@ def __init__(
429429

430430
# set commandLineOptions using default values or the user defined list
431431
if commandLineOptions is None:
432-
# set default command Line Options for linearization as
433-
# linearize() will use the simulation executable and runtime
434-
# flag -l to perform linearization
432+
# set default command line options to improve the performance of linearization and to avoid recompilation if
433+
# the simulation executable is reused in linearize() via the runtime flag '-l'
435434
commandLineOptions = [
436435
"--linearizationDumpLanguage=python",
437436
"--generateSymbolicLinearization",

0 commit comments

Comments
 (0)