Add missing command to SPICE directives list.
Fixes https://gitlab.com/kicad/code/kicad/issues/14215
(cherry picked from commit 6d29088668
)
This commit is contained in:
parent
74da0043b4
commit
3025671b1a
|
@ -403,6 +403,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