Add missing command to SPICE directives list.
Fixes https://gitlab.com/kicad/code/kicad/issues/14215
This commit is contained in:
parent
3bc5e3dd8a
commit
6d29088668
|
@ -380,6 +380,7 @@ void NETLIST_EXPORTER_SPICE::ReadDirectives( unsigned aNetlistOptions )
|
|||
|| isDirective( line, wxS( ".CONTROL" ) )
|
||||
|| isDirective( line, wxS( ".CSPARAM" ) )
|
||||
|| isDirective( line, wxS( ".DISTO" ) )
|
||||
|| isDirective( line, wxS( ".DC" ) )
|
||||
|| isDirective( line, wxS( ".ELSE" ) )
|
||||
|| isDirective( line, wxS( ".ELSEIF" ) )
|
||||
|| isDirective( line, wxS( ".END" ) )
|
||||
|
|
Loading…
Reference in New Issue