Added more initializations

This commit is contained in:
Harry Moffat 2009-12-06 17:52:51 +00:00
parent 951420155d
commit 4f3715e119

View file

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