eth-cscs / conflux

Distributed Communication-Optimal LU-factorization Algorithm
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

quick fix for segfault for wrong deallocation #7

Closed andregail closed 3 years ago

andregail commented 3 years ago

See #6

Just a small change in the destructor. The implementation compiles and runs through in normal mode. The result of the algorithm was tested in debug mode.

As it is only a small change, we expect this to be merged without greater need for review.