Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2011-11-28 13:03:03 +00:00
69 changed files with 330 additions and 4643556 deletions

View File

@ -220,7 +220,7 @@ Foam::pointField Foam::autoSnapDriver::smoothPatchDisplacement
pp.meshPoints(),
nBoundary,
plusEqOp<label>(), // combine op
0 // null value
label(0) // null value
);
forAll(avgBoundary, i)
@ -295,7 +295,7 @@ Foam::pointField Foam::autoSnapDriver::smoothPatchDisplacement
mesh,
globalNum,
plusEqOp<label>(), // combine op
0 // null value
label(0) // null value
);
avgInternal.setSize(meshPoints.size());