COMP: 64bit label changes

This commit is contained in:
mattijs
2011-11-28 12:56:34 +00:00
parent 5eb11ed3c2
commit 51b6dcd4a3
7 changed files with 20 additions and 20 deletions

View File

@ -332,7 +332,7 @@ int main(int argc, char *argv[])
vectorField normals(2*nFeatEds, vector::zero);
vectorField edgeDirections(nFeatEds, vector::zero);
labelListList edgeNormals(nFeatEds, labelList(2, -1));
labelListList edgeNormals(nFeatEds, labelList(2, label(-1)));
triSurfaceSearch querySurf1(surf1);
triSurfaceSearch querySurf2(surf2);