Skip to content

Commit

Permalink
Possible fix for #104
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Aug 23, 2023
1 parent bdf1fe9 commit c6c2612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StrumpackSparseSolverMPIDist.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#include "dense/ScaLAPACKWrapper.hpp"
#include "dense/DistributedVector.hpp"
#include "sparse/CSRMatrixMPI.hpp"
#include "sparse/EliminationTreeMPIDist.hpp"

namespace strumpack {

// forward declarations
template<typename scalar_t,typename integer_t> class EliminationTreeMPIDist;
template<typename scalar_t,typename integer_t> class MatrixReorderingMPI;

/**
Expand Down

0 comments on commit c6c2612

Please sign in to comment.