COMP: 64bit label changes

This commit is contained in:
mattijs
2011-11-28 11:10:46 +00:00
parent ea52a8bca6
commit 8558af2cdf
42 changed files with 205 additions and 81 deletions

View File

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