Skip to content

Commit

Permalink
Fix OSX compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16375 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 16, 2013
1 parent f199620 commit 1bd2e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -1981,9 +1981,8 @@ end importFMU;
/* Under Development */

function simulate "simulates a modelica model by generating c code, build it and run the simulation executable.
The only required argument is the className, while all others have some efault values.
simulate(className, [startTime], [stopTime], [numberOfIntervals], [stepSize], [tolerance], [method], [fileNamePrefix],
[storeInTemp], [noClean], [options], [outputFormat], [variableFilter], [measureTime], [cflags], [simflags])
The only required argument is the className, while all others have some default values.
simulate(className, [startTime], [stopTime], [numberOfIntervals], [stepSize], [tolerance], [method], [fileNamePrefix], [options], [outputFormat], [variableFilter], [measureTime], [cflags], [simflags])
Example command:
simulate(A);
"
Expand Down
3 changes: 0 additions & 3 deletions Examples/ComplianceSuite.mos
Expand Up @@ -11,9 +11,6 @@ function last
end last;
");getErrorString();

deleteClass(ModelicaCompliance.Components.Declarations.DoubleDeclarationComps);getErrorString();
deleteClass(ModelicaCompliance.Components.Declarations.DoubleDeclarationMixed);getErrorString();
deleteClass(ModelicaCompliance.Components.Declarations.TypeNameAsComponentName);getErrorString();
system("rm -f ModelicaCompliance.*.res");getErrorString();

echo(false);
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -22,7 +22,7 @@ CXX=@CXX@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@
CXXFLAGS=@CXXFLAGS@
LINK=cp -frl
LINK=@LINK@

include Makefile.common

Expand Down

0 comments on commit 1bd2e37

Please sign in to comment.