Simulator: Fix some cases with initial conditions
(cherry picked from commit 4a761179d0
)
This commit is contained in:
parent
fb798a4150
commit
ff6f658f9d
|
@ -72,7 +72,7 @@ std::string SPICE_GENERATOR_SWITCH::ItemParams() const
|
|||
std::string value = param.value;
|
||||
|
||||
if( value != "none" )
|
||||
result.append( value );
|
||||
result.append( " " + value );
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue