Fix compiler warning about declaration of BandMatrix::PivData
This commit is contained in:
parent
51263193de
commit
833d79aeb6
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ protected:
|
|||
//! value of zero
|
||||
doublereal m_zero;
|
||||
|
||||
class PivData; // pImpl wrapper class
|
||||
struct PivData; // pImpl wrapper class
|
||||
|
||||
//! Pivot vector
|
||||
std::unique_ptr<PivData> m_ipiv;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue