Fixed: Typo
This commit is contained in:
parent
a9f05efe06
commit
23c017c4f3
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ inline
|
|||
float CStateInstance::getNelVar(std::string const& varId)
|
||||
{
|
||||
TNelVarList::iterator it = _NelVar.find(varId);
|
||||
if (it != _NelVar.end()) return it->second->get()
|
||||
if (it != _NelVar.end()) return it->second->get();
|
||||
|
||||
if (NLMISC::CVariable<float>::exists(varId))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue