Skip to content

interiorTest argument ignored in meshToVolume when no interrupter is provided. #2146

@jdumas

Description

@jdumas

Hi. Is there any reason to not forward the interiorTest* arguments to the generic meshToVolume call in these following lines?

InteriorTest /*interiorTest*/,
InteriorTestStrategy /*interiorTestStrat*/)
{
util::NullInterrupter nullInterrupter;
return meshToVolume<GridType>(nullInterrupter, mesh, transform,
exteriorBandWidth, interiorBandWidth, flags, polygonIndexGrid);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions