merge with Dev another time
This commit is contained in:
@@ -273,7 +273,7 @@ public:
|
||||
}
|
||||
|
||||
float R = hlrange / (val * comp);
|
||||
return log (1.0 + Y) * R;
|
||||
return log1p (Y) * R;
|
||||
} else {
|
||||
return exp_scale;
|
||||
}
|
||||
|
Reference in New Issue
Block a user