COMP: various compilation changes

- label-size 64 build, compiler warnings, unused template argument,
  faMatrix::clone() method

STYLE: faScalarMatrix - moved info message to within a debug scope
This commit is contained in:
Andrew Heather
2017-11-14 08:41:20 +00:00
committed by Andrew Heather
parent 9ac1fa417b
commit a14eb71160
9 changed files with 27 additions and 8 deletions

View File

@ -493,7 +493,7 @@ Foam::faMesh::faMesh
{
label curMeshEdge = meshEdges[edgeI];
labelList curEdgePatchIDs(2, -1);
labelList curEdgePatchIDs(2, label(-1));
label patchI = -1;