diff --git a/src/finer/R3StretcherImpl.cpp b/src/finer/R3StretcherImpl.cpp index cb972ff..5f9ffeb 100644 --- a/src/finer/R3StretcherImpl.cpp +++ b/src/finer/R3StretcherImpl.cpp @@ -276,7 +276,7 @@ R3StretcherImpl::calculateHop() inhop = 768.0; } - m_inhop = int(round(inhop)); + m_inhop = int(floor(inhop)); std::cout << "R3StretcherImpl::calculateHop: inhop = " << m_inhop << ", proposed outhop = " << proposedOuthop << ", mean outhop = " << m_inhop * ratio << std::endl; }