Took out a warning message on vc++
This commit is contained in:
parent
138c818431
commit
755318323d
1 changed files with 1 additions and 7 deletions
|
|
@ -94,14 +94,8 @@ VCS_SPECIES_THERMO::VCS_SPECIES_THERMO(const VCS_SPECIES_THERMO& b) :
|
|||
UseCanteraCalls(b.UseCanteraCalls),
|
||||
m_VCS_UnitsFormat(b.m_VCS_UnitsFormat)
|
||||
{
|
||||
|
||||
switch (SS0_Model) {
|
||||
|
||||
default:
|
||||
|
||||
SS0_Params = 0;
|
||||
break;
|
||||
}
|
||||
SS0_Params = 0;
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue