Loading src/ChebyshevSolver.h +0 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,6 @@ public: DenseMatrixType* ptr = lanczosVectors_.data(); if (!ptr) err("LanczosSolver::lanczosVectors() called but no data stored\n"); lanczosVectors_.needsDelete(false); return ptr->swap(V); } Loading src/LanczosCore.h +0 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,6 @@ public: if (!ptr) throw RuntimeError("LanczosCore::lanczosVectors() called but no data stored\n"); lanczosVectors_.needsDelete(false); ptr->swap(V); } Loading Loading
src/ChebyshevSolver.h +0 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,6 @@ public: DenseMatrixType* ptr = lanczosVectors_.data(); if (!ptr) err("LanczosSolver::lanczosVectors() called but no data stored\n"); lanczosVectors_.needsDelete(false); return ptr->swap(V); } Loading
src/LanczosCore.h +0 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,6 @@ public: if (!ptr) throw RuntimeError("LanczosCore::lanczosVectors() called but no data stored\n"); lanczosVectors_.needsDelete(false); ptr->swap(V); } Loading