Skip to content

Commit

Permalink
refs #2167: Fix comment on input of ComplexMath.Log
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Feb 13, 2017
1 parent db525fb commit 9e49f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/ComplexBlocks.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ This blocks computes the output <code>y</code> as the
end Exp;

block Log
"Output the natural (base e) logarithm of the input (input > 0 required)"
"Output the natural (base e) logarithm of the input (input <> '0' required)"
extends Interfaces.ComplexSISO;
equation
y = Modelica.ComplexMath.log(uInternal);
Expand Down

0 comments on commit 9e49f18

Please sign in to comment.