View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002060 | OpenFOAM | Bug | public | 2016-04-21 20:06 | 2016-04-21 21:16 |
Reporter | MattijsJ | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | linux | OS | Suse | OS Version | Tumbleweed |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002060: dictionary::topDict() returns parent of topDict | ||||
Description | dictionary.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; } | ||||
Tags | No tags attached. | ||||