Changed typo defaultInt() -> defaultDouble()
This commit is contained in:
parent
475b607faf
commit
b190d74df6
@ -42,7 +42,7 @@ namespace Opm {
|
||||
if (jsonConfig.has_item("default"))
|
||||
m_default = jsonConfig.get_double("default");
|
||||
else
|
||||
m_default = defaultInt();
|
||||
m_default = defaultDouble();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user