Skip to content

Commit

Permalink
Merge pull request #731 from ra3xdh/701_fix
Browse files Browse the repository at this point in the history
Fixed Xyce simulation #701
  • Loading branch information
ra3xdh committed Jun 1, 2024
2 parents a2e9b89 + 9bbcd9f commit 6d9e6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qucs/extsimkernels/abstractspicekernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AbstractSpiceKernel::AbstractSpiceKernel(Schematic *sch_, QObject *parent) :
{
Sch = sch_;
console = nullptr;
needsPrefix = false;

if (Sch->showBias == 0) DC_OP_only = true;
else DC_OP_only = false;
Expand Down

0 comments on commit 6d9e6c5

Please sign in to comment.