Simulator: Fix some cases with initial conditions
This commit is contained in:
parent
3207d1386e
commit
4a761179d0
|
@ -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