Skip to content

Commit

Permalink
Fix simulator for diode
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jun 18, 2023
1 parent eca85bb commit 757aab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qucs/components/diode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Diode::Diode()
{
Description = QObject::tr("diode");
Simulator = spicecompat::simQucsator;

Props.append(new Property("Is", "1e-15 A", true,
QObject::tr("saturation current")));
Expand Down

0 comments on commit 757aab9

Please sign in to comment.