BUG: cvMesh: Reinstated function in cellSizeFunctions

This commit is contained in:
laurence
2011-12-09 14:56:43 +00:00
parent b137607820
commit 6eb239279b

View File

@ -282,6 +282,7 @@ Foam::scalar Foam::cellSizeControlSurfaces::cellSize
scalar size = defaultCellSize_;
// bool anyFunctionFound = evalCellSizeFunctions(pt, size);
evalCellSizeFunctions(pt, size);
//if (!anyFunctionFound)
//{