Skip to content

Commit

Permalink
property case
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 3, 2024
1 parent 0912ef4 commit da03066
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ bool Properties::loadKey(const IniFile::Property* p)
return p->value.to<double>(this->injectionEfficiency);
}

if (p->key == "efficiencyWithdrawal")

if (p->key == "efficiencywithdrawal")
{
return p->value.to<double>(this->withdrawalEfficiency);
}
Expand Down

0 comments on commit da03066

Please sign in to comment.