- some useless comments + authors in files header
This commit is contained in:
parent
fd41360304
commit
2948609905
35 changed files with 240 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue