View Issue Details

IDProjectCategoryView StatusLast Update
0002060OpenFOAMBugpublic2016-04-21 21:16
ReporterMattijsJ Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformlinuxOSSuseOS VersionTumbleweed
Product Versiondev 
Fixed in Versiondev 
Summary0002060: dictionary::topDict() returns parent of topDict
Descriptiondictionary.C:239

topDict() should return *this, not parent. Change line 239 to 'return *this':

    if (&p != this && !p.name().empty())
    {
        return p.topDict();
    }
    else
    {
        return *this;
    }
TagsNo tags attached.

Activities

henry

2016-04-21 21:15

manager   ~0006155

Resolved by commit db1f124025ec639c209701d811494c433b04f573

Issue History

Date Modified Username Field Change
2016-04-21 20:06 MattijsJ New Issue
2016-04-21 21:15 henry Note Added: 0006155
2016-04-21 21:15 henry Status new => resolved
2016-04-21 21:15 henry Fixed in Version => dev
2016-04-21 21:15 henry Resolution open => fixed
2016-04-21 21:15 henry Assigned To => henry