Add missing command to SPICE directives list.

Fixes https://gitlab.com/kicad/code/kicad/issues/14215
This commit is contained in:
Jeff Young 2023-03-10 21:30:58 +00:00
parent 3bc5e3dd8a
commit 6d29088668
1 changed files with 1 additions and 0 deletions

View File

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