Removed Info statement querying method.

This commit is contained in:
graham
2009-06-23 18:32:04 +01:00
parent 9d7e795414
commit 22bbb0191e

View File

@ -73,9 +73,6 @@ std::vector<Vb::Point> uniformGrid::initialPoints() const
scalar zR = bb.max().z() - z0;
int nk = int(zR/initialCellSize_) + 1;
Info<< " Is this actually uniform? or is it fitting the span with an "
<< "integer number?" << endl;
vector delta(xR/ni, yR/nj, zR/nk);
delta *= pow((1.0),-(1.0/3.0));