View Issue Details

IDProjectCategoryView StatusLast Update
0001511OpenFOAMBugpublic2015-02-06 15:39
Reporteruser1079Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Summary0001511: keyword neighbourRegion is undefined in dictionary ...
DescriptionIn the regionCoupledBase class (regionCoupledBase.C, line number 150 and 354), the initialization for the nbrRegionName_ in the constructor is different from the one which is written by write method.
Constructor:
nbrRegionName_(dict.lookup("neighbourRegion")),
Write method:
os.writeKeyword("nbrRegionName") << nbrRegionName_
It causes trouble in applications like decomposePar, which calls this method.
TagsNo tags attached.

Activities

henry

2015-02-06 15:39

manager   ~0003712

Thanks for the bug-report and correction.
Resolved by commit deda1362c34769243035a8ee502402ba8fdca540

Issue History

Date Modified Username Field Change
2015-02-06 11:35 user1079 New Issue
2015-02-06 15:39 henry Note Added: 0003712
2015-02-06 15:39 henry Status new => resolved
2015-02-06 15:39 henry Resolution open => fixed
2015-02-06 15:39 henry Assigned To => henry