We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e2c95 + 6aaad1d commit 2c0d22bCopy full SHA for 2c0d22b
Modelica/Electrical/Analog/Basic/OpAmpDetailed.mo
@@ -124,7 +124,6 @@ model OpAmpDetailed "Detailed model of an operational amplifier"
124
else
125
result := (v_out - v_source)/Rout;
126
end if;
127
- return;
128
annotation (Documentation(info="<html>
129
<p>Internal limitation function, designed for OpAmpDetailed, not for purpose of external usage.</p>
130
</html>"));
@@ -148,7 +147,6 @@ model OpAmpDetailed "Detailed model of an operational amplifier"
148
147
149
result := q_sum;
150
151
152
153
154
0 commit comments