Simulator: Fix some cases with initial conditions

This commit is contained in:
aris-kimi 2023-02-28 21:31:04 +00:00 committed by Fabien Corona
parent 3207d1386e
commit 4a761179d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;