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

@ -1,6 +1,6 @@
Info<< "Constructing single cell mesh" << nl << endl;
labelList owner(6, 0);
labelList owner(6, label(0));
labelList neighbour(0);
pointField points(8);