lenaRB / crml-compiler

Implementation of the CRML to Modelica compiler supported by the ITEA3 EMBRACE project.
6 stars 7 forks source link

implement a mecanism to activate/deactivate generation of external variables with 'input' prefix #91

Open audrey-jardin opened 2 weeks ago

audrey-jardin commented 2 weeks ago

@lenaRB: as suggested by you to ease testing, implement a mecanism to activate/deactivate the way external variables are translated in Modelica: either as "classical" variables or as variables with prefix input

audrey-jardin commented 2 weeks ago

as a reminder, please refer to ticket #87 to study what are the pros and cons of translating external variables as inputs or as "classical" variables.