Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry
2011-11-28 14:00:02 +00:00
49 changed files with 225 additions and 101 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);