Skip to content

Commit

Permalink
Fix missing ground warning #289
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jul 5, 2023
1 parent 8a9012f commit 8331d5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qucs/extsimkernels/ngspice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,7 @@ void Ngspice::slotSimulate()

if (!checkGround()) {
output.append("No Ground found. Please add at least one ground!\n");
emit finished();
emit errors(QProcess::FailedToStart);
return;
checker_error = true;
}

if (!checkSimulations()) {
Expand Down

0 comments on commit 8331d5f

Please sign in to comment.