View Issue Details

IDProjectCategoryView StatusLast Update
0002244OpenFOAMBugpublic2016-09-14 09:42
Reporterccopsey Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version15.04
Product Versiondev 
Summary0002244: Issue 0002226 (faa6d0e) breaks GridGenGAMGAgglomeration.C
DescriptionLines 289-293 of GridGenGAMGAgglomeration.C:

if (continueAgglomerating(nCoarseCells))
{
    nCells_[nCreatedLevels] = nCoarseCells;
    restrictAddressing_.set(nCreatedLevels, finalAgglomPtr);
}

However the signature of continueAgglomerating() changed from one to two arguments in commit faa6d0e.
Steps To ReproduceCompile with MGridGen present.
TagsNo tags attached.

Activities

henry

2016-09-14 09:42

manager   ~0006859

Resolved by commit a28370dda18eabd7b9163cf853d2fccfd7508c00

Issue History

Date Modified Username Field Change
2016-09-14 09:08 ccopsey New Issue
2016-09-14 09:42 henry Assigned To => henry
2016-09-14 09:42 henry Status new => resolved
2016-09-14 09:42 henry Resolution open => fixed
2016-09-14 09:42 henry Note Added: 0006859