Fixed small bug in CBDL clarity

This commit is contained in:
Desmis
2019-04-16 16:24:46 +02:00
parent e8ac6fb09f
commit 5ea56b6611
5 changed files with 19 additions and 9 deletions

View File

@@ -1098,9 +1098,9 @@ struct LocallabParams {
int chromacbdl;
double threshold;
int sensicb;
int clarityml;
double clarityml;
int contresid;
int blurcbdl;
double blurcbdl;
double softradiuscb;
bool enacbMask;
std::vector<double> CCmaskcbcurve;