Skip to content

Commit

Permalink
Changed some function prototypes to be partial (ReductionOperator in …
Browse files Browse the repository at this point in the history
…Ceval).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jan 20, 2010
1 parent 427befc commit c59eb1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Ceval.mo
Expand Up @@ -112,7 +112,7 @@ public function ceval "
output Values.Value outValue;
output Option<Interactive.InteractiveSymbolTable> outInteractiveInteractiveSymbolTableOption;

function ReductionOperator
partial function ReductionOperator
input Values.Value v1;
input Values.Value v2;
output Values.Value res;
Expand Down Expand Up @@ -4937,7 +4937,7 @@ protected function cevalReduction
output Values.Value result;
output Option<Interactive.InteractiveSymbolTable> newSymbolTable;

function ReductionOperator
partial function ReductionOperator
input Values.Value v1;
input Values.Value v2;
output Values.Value res;
Expand Down Expand Up @@ -5024,7 +5024,7 @@ protected function lookupReductionOp
input DAE.Ident reductionName;
output ReductionOperator op;

function ReductionOperator
partial function ReductionOperator
input Values.Value v1;
input Values.Value v2;
output Values.Value res;
Expand Down

0 comments on commit c59eb1d

Please sign in to comment.