mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: Typo
--HG-- branch : develop
This commit is contained in:
parent
5bf17060c0
commit
475864dac0
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