mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-15 12:09:06 +00:00
Fixed: Typo
This commit is contained in:
parent
8a31b29d30
commit
5c82ca1a46
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ inline
|
||||||
float CStateInstance::getNelVar(std::string const& varId)
|
float CStateInstance::getNelVar(std::string const& varId)
|
||||||
{
|
{
|
||||||
TNelVarList::iterator it = _NelVar.find(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))
|
if (NLMISC::CVariable<float>::exists(varId))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue