Skip to content

Commit

Permalink
- Fix compilation of bootstrapped OMC
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 24, 2011
1 parent 41c372b commit f452c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/SimulationResults.mo
Expand Up @@ -72,7 +72,7 @@ public function readSimulationResultSize
end readSimulationResultSize;

public function close
external "C" SystemImpl__close() annotation(Library = "omcruntime");
external "C" SimulationResultsImpl__close() annotation(Library = "omcruntime");
end close;

end SimulationResults;
Expand Down

0 comments on commit f452c9a

Please sign in to comment.