From: malaterre Date: Mon, 24 Oct 2005 18:18:24 +0000 (+0000) Subject: COMP: comment within comment X-Git-Tag: OpenJPEG.Version1.2~197 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=936856c6cfe43d028762bbb3ef5399337634c58c;p=gdcm.git COMP: comment within comment --- diff --git a/src/gdcmopenjpeg/libopenjpeg/tcd.c b/src/gdcmopenjpeg/libopenjpeg/tcd.c index 413d1304..eabca322 100644 --- a/src/gdcmopenjpeg/libopenjpeg/tcd.c +++ b/src/gdcmopenjpeg/libopenjpeg/tcd.c @@ -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;