Fix compiler warning about declaration of BandMatrix::PivData

This commit is contained in:
Ray Speth 2018-08-27 21:40:25 -04:00
parent 51263193de
commit 833d79aeb6

View file

@ -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;