Added more initializations
This commit is contained in:
parent
951420155d
commit
4f3715e119
1 changed files with 4 additions and 1 deletions
|
|
@ -177,7 +177,10 @@ namespace Cantera {
|
|||
* Units class constructor, containing the default mappings between
|
||||
* strings and units.
|
||||
*/
|
||||
Unit(){
|
||||
Unit() :
|
||||
m_u(),
|
||||
m_act_u()
|
||||
{
|
||||
|
||||
// length
|
||||
m_u["m"] = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue