mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
SampleFitResult: constructor inheritance removed
This commit is contained in:
parent
47e159e041
commit
f9ffc17a5f
@ -37,8 +37,8 @@ class SampleFitResult: public DMatSample
|
|||||||
friend class XYSampleData;
|
friend class XYSampleData;
|
||||||
public:
|
public:
|
||||||
// constructors
|
// constructors
|
||||||
using DMatSample::DMatSample;
|
|
||||||
SampleFitResult(void) = default;
|
SampleFitResult(void) = default;
|
||||||
|
EIGEN_EXPR_CTOR(SampleFitResult, SampleFitResult, DMatSample, ArrayExpr)
|
||||||
// destructor
|
// destructor
|
||||||
virtual ~SampleFitResult(void) = default;
|
virtual ~SampleFitResult(void) = default;
|
||||||
// access
|
// access
|
||||||
|
Loading…
x
Reference in New Issue
Block a user