Correction to last commit

This commit is contained in:
heckflosse
2016-09-12 12:54:46 +02:00
parent 1c17be663b
commit 6b769fb133

View File

@@ -2759,7 +2759,7 @@ void ImProcFunctions::ContAllL (float *koeLi[12], float *maxkoeLi, bool lipschit
if (cp.reinforce == 1) {
if(rad < lim0 / 60.f && level == 1) {
expkoef /= abs(repart); //increase effect for low values of rad and level=1==> quasi only level 0 is effective
expkoef /= repart; //increase effect for low values of rad and level=1==> quasi only level 0 is effective
}
}