Mercurial > hg > svcore
diff data/model/PowerOfSqrtTwoZoomConstraint.cpp @ 843:e802e550a1f2
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:35:08 +0000 |
parents | 1424aa29ae95 |
children | 59e7fe1b1003 |
line wrap: on
line diff
--- a/data/model/PowerOfSqrtTwoZoomConstraint.cpp Tue Nov 26 11:16:37 2013 +0000 +++ b/data/model/PowerOfSqrtTwoZoomConstraint.cpp Tue Nov 26 13:35:08 2013 +0000 @@ -34,7 +34,7 @@ int &power, RoundingDirection dir) const { -// std::cerr << "given " << blockSize << std::endl; +// cerr << "given " << blockSize << endl; size_t minCachePower = getMinCachePower();