]> Creatis software - gdcm.git/commitdiff
COMP: comment within comment
authormalaterre <malaterre>
Mon, 24 Oct 2005 18:18:24 +0000 (18:18 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 18:18:24 +0000 (18:18 +0000)
src/gdcmopenjpeg/libopenjpeg/tcd.c

index 413d13040f5bb9951991eb949c5657263837ae95..eabca32281e12af6ae80eb80d91d96df314e5d35 100644 (file)
@@ -1013,7 +1013,7 @@ void tcd_rateallocate(unsigned char *dest, int len, info_image * info_IM)
   int compno, resno, bandno, precno, cblkno, passno, layno;
   double min, max;
   double cumdisto[100];      /*add fixed_quality*/
-  const double K = 1;      /* 1.1; /*add fixed_quality*/*/
+  const double K = 1;      /* 1.1; //add fixed_quality*/
 
   double maxSE = 0;
   min = DBL_MAX;