This is not actually usually a serious problem, unlike the <1 case which can be genuinely troublesome
This commit is contained in:
@@ -336,7 +336,7 @@ R3Stretcher::calculateHop()
|
|||||||
inhop = 1.0;
|
inhop = 1.0;
|
||||||
}
|
}
|
||||||
if (inhop > 1024.0) {
|
if (inhop > 1024.0) {
|
||||||
m_log.log(0, "WARNING: Extreme ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop);
|
m_log.log(1, "WARNING: Ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop);
|
||||||
inhop = 1024.0;
|
inhop = 1024.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user