Estimation DLL, VDVEigDecomposition: remove useless test in destructor

time-shift
Sébastien Villemot 2010-06-10 12:32:02 +02:00
parent 2c0b3469be
commit 8a7ed1ec48
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ public:
virtual ~VDVEigDecomposition()
{
if (work)
delete[] work;
delete[] work;
};
template <class Mat>
void calculate(const Mat &H) throw(VDVEigException);