Removed an obsolete comment
This commit is contained in:
parent
9960416e32
commit
5a051358b7
|
@ -58,7 +58,6 @@ bool DIALOG_SIGNAL_LIST::TransferDataToWindow()
|
||||||
m_signals->Append( wxString::Format( "V(%s)", net.first ) );
|
m_signals->Append( wxString::Format( "V(%s)", net.first ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// For some reason, it is not possible to plot currents in any but transient analysis
|
|
||||||
auto simType = m_exporter->GetSimType();
|
auto simType = m_exporter->GetSimType();
|
||||||
|
|
||||||
if( simType == ST_TRANSIENT || simType == ST_DC )
|
if( simType == ST_TRANSIENT || simType == ST_DC )
|
||||||
|
|
Loading…
Reference in New Issue