polyDistributionMap: renamed from polyMeshDistributionMap for consistency with polyTopoChangeMap
This commit is contained in:
@ -187,7 +187,7 @@ void ${typeName}FvModel${SourceType}::updateMesh(const polyTopoChangeMap& map)
|
||||
|
||||
void ${typeName}FvModel${SourceType}::distribute
|
||||
(
|
||||
const polyMeshDistributionMap& map
|
||||
const polyDistributionMap& map
|
||||
)
|
||||
{
|
||||
set_.distribute(map);
|
||||
|
||||
Reference in New Issue
Block a user