Skip to content

Commit

Permalink
- small fixes to errors in .mo files discovered by the new MDT
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2751 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 17, 2007
1 parent e619c3b commit 8586ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/test_codegen/equation_funcall10.mo
Expand Up @@ -5,7 +5,7 @@ end test2;
function test3
input Real a;
output Real x := a+5;
end test2;
end test3;

function test
input Real x;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/test_codegen/equation_funcall11.mo
Expand Up @@ -5,7 +5,7 @@ end test2;
function test3
input Real a;
output Real x := a+5;
end test2;
end test3;

function test
input Real x;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/test_codegen/equation_funcall9.mo
Expand Up @@ -4,7 +4,7 @@ end test2;

function test3
output Real x = 5;
end test2;
end test3;

function test
input Real x;
Expand Down

0 comments on commit 8586ac3

Please sign in to comment.