Skip to content

Commit

Permalink
Always convert whole dataset to sNp
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Aug 26, 2024
1 parent 62f7cb8 commit cd03a03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qucs/dialogs/importdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ void ImportDialog::slotImport()
break;
case 1:
CommandLine << "touchstone";
if (!OutputData->currentText().isEmpty())
CommandLine << "-d" << OutputData->currentText();
break;
case 2:
CommandLine << "csv";
Expand Down

0 comments on commit cd03a03

Please sign in to comment.