Some code cleanups

This commit is contained in:
Ingo Weyrich
2019-11-21 21:36:57 +01:00
parent 89d8c341a6
commit 7b54c7f2a4
5 changed files with 5 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ public:
* Forward transform from XYZ to CIECAM02 JCh.
*/
static void initcam1float (float yb, float pilotd, float f, float la, float xw, float yw, float zw, float &n, float &d, float &nbb, float &ncb,
float &cz, float &aw, float &wh, float &pfl, float &fl, float &c);
float &cz, float &aw, float &wh, float &pfl, float &fl, float c);
static void initcam2float (float yb, float pilotd, float f, float la, float xw, float yw, float zw, float &n, float &d, float &nbb, float &ncb,
float &cz, float &aw, float &fl);