Modia.jl
Modia.jl copied to clipboard
Introduction of partial and block attribute to models
The @model macro allows specialization of models such as :partial and :block:
@model Step(:block) begin
The Modelica to Modia translator #61 introduces such spcializations.
These specializations will enable better error diagnostics in the future, but are currently ignored.