polyDistributionMap: renamed from polyMeshDistributionMap for consistency with polyTopoChangeMap

This commit is contained in:
Henry Weller
2022-03-31 23:44:47 +01:00
parent 3ace8f434b
commit 6047f27aac
210 changed files with 328 additions and 6070 deletions

View File

@ -448,9 +448,9 @@ int main(int argc, char *argv[])
}
// Execute all polyMeshModifiers
autoPtr<polyTopoChangeMap> morphMap = stitcher.changeMesh(true);
autoPtr<polyTopoChangeMap> map = stitcher.changeMesh(true);
mesh.movePoints(morphMap->preMotionPoints());
mesh.movePoints(map->preMotionPoints());
// Write mesh
if (overwrite)