Skip to content

Commit

Permalink
- Inline homotopy since it's not yet supported fully
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11026 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 3, 2012
1 parent bbaa32e commit 434824d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -292,8 +292,11 @@ function homotopy
input Real actual;
input Real simplified;
output Real outValue;
external "builtin";
annotation(version="Modelica 3.2");
algorithm
outValue := actual;
annotation(__OpenModelica_EarlyInline=true,version="Modelica 3.2",Documentation(info="<html>
Full implementation not available in OpenModelica (trivial solution: simplified expression ignored).
</html>"));
end homotopy;

function linspace
Expand Down

0 comments on commit 434824d

Please sign in to comment.