Skip to content

Commit

Permalink
Removed default values for exportToFigaro.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20961 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Alexander Carlqvist committed Jun 4, 2014
1 parent 5208be4 commit aff0f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -1985,9 +1985,9 @@ end list;
function exportToFigaro
input TypeName path;
input String database;
input String mode := "figaro0";
input String options := "";
input String processor := "C:/st/figp.exe";
input String mode;
input String options;
input String processor;
output Boolean success;
external "builtin";
annotation(preferredView="text");
Expand Down

0 comments on commit aff0f3d

Please sign in to comment.