Skip to content

Commit 933fc95

Browse files
committed
fix a bug
1 parent 25c752f commit 933fc95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/source_base/inverse_matrix.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ void Inverse_Matrix_Complex::init(const int &dim_in)
3333

3434
assert(dim>0);
3535
this->e = new double[dim];
36-
37-
assert(lwork>0);
38-
3936
assert(3*dim-2>0);
4037
this->A.create(dim, dim);
4138
this->EA.create(dim, dim);

0 commit comments

Comments
 (0)