- some useless comments + authors in files header

This commit is contained in:
Caner Candan 2010-08-18 13:37:17 +02:00
commit 2948609905
35 changed files with 240 additions and 21 deletions

View file

@ -1,3 +1,10 @@
// (c) Thales group, 2010
/*
Authors:
Johann Dreo <johann.dreo@thalesgroup.com>
Caner Candan <caner.candan@thalesgroup.com>
*/
#ifndef _doSamplerNormalMulti_h
#define _doSamplerNormalMulti_h
@ -66,10 +73,6 @@ public:
sum += _L(i, k) * _L(i, k);
}
// assert( ( V(i, i) - sum ) > 0 );
//_L(i, i) = sqrt( V(i, i) - sum );
_L(i,i) = sqrt( fabs( V(i,i) - sum) );
for ( j = i + 1; j < Vl; ++j ) // rows