1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-22 08:54:28 +00:00

minor fixes

This commit is contained in:
2014-10-14 16:36:20 +01:00
parent 9e6bbd95c3
commit 89cf008fb8
5 changed files with 13 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ public:
const Index j = 0) const;
private:
DSample chi2_;
Index nDof_{0};
double nDof_{0.};
std::vector<DoubleFunctionSample> model_;
};