We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e2f05 commit c59cfffCopy full SHA for c59cfff
1 file changed
OpenIPSL/NonElectrical/Nonlinear/Div0block.mo
@@ -2,7 +2,7 @@ within OpenIPSL.NonElectrical.Nonlinear;
2
block Div0block "Block that implements division by zero protection"
3
extends Modelica.Blocks.Interfaces.SI2SO;
4
equation
5
- y =OpenIPSL.NonElectrical.Functions.div0protect(u1, u2)
+ y =OpenIPSL.NonElectrical.Functions.div0protect(u1, u2);
6
annotation (Icon(graphics={
7
Text(
8
extent={{-150,150},{150,110}},
0 commit comments