at org.jmodelica.modelica.compiler.FIdUseInstAccess.isCircular(Unknown Source) at org.jmodelica.modelica.compiler.FAbstractExp.isCircular(Unknown Source)
at org.jmodelica.modelica.compiler.FE
我正在开发一个具有一些简单功能的新包。现在,我可以使用已经存在的“数学向量”库中的函数;具体地说,就是“插值”和“反向”。如何在我的新包中使用这些?编写y:=reverse(...)显然是不够的,因为这样我就会得到错误消息function reverse not found in scope myTestModel。这里应用了什么语法?