Changed typo defaultInt() -> defaultDouble()

This commit is contained in:
Joakim Hove 2013-08-09 08:49:14 +02:00
parent 475b607faf
commit b190d74df6

View File

@ -42,7 +42,7 @@ namespace Opm {
if (jsonConfig.has_item("default"))
m_default = jsonConfig.get_double("default");
else
m_default = defaultInt();
m_default = defaultDouble();
}