Change settings of complexCurvelocal

This commit is contained in:
Desmis
2018-02-10 08:40:24 +01:00
parent 91b8fa09b4
commit ed46993ff1
6 changed files with 23 additions and 45 deletions

View File

@@ -1088,10 +1088,10 @@ private:
LUTf lllocalcurve(65536, 0);
LUTf cclocalcurve(65536, 0);
LUTf sklocalcurve(65536, 0);
LUTf hltonecurveloc(32768, 0);
LUTf shtonecurveloc(32768, 0);
LUTf tonecurveloc(32768, 0);
LUTf exlocalcurve(32768, 0);
LUTf hltonecurveloc(65536, 0);
LUTf shtonecurveloc(65536, 0);
LUTf tonecurveloc(65536, 0);
LUTf exlocalcurve(65536, 0);
// int realspot = params.locallab.nbspot;
int maxspot = settings->nspot + 1;
ifstream fic0(datalab, ios::in);