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:
Jeff Young 2023-03-10 21:30:58 +00:00
parent 74da0043b4
commit 3025671b1a
1 changed files with 1 additions and 0 deletions

View File

@ -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" ) )