mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-14 21:19:33 +00:00
compiler compatibility fixes (clang, GCC 5, Intel 2016)
This commit is contained in:
@@ -57,7 +57,7 @@ double FitResult::getPValue(void) const
|
||||
|
||||
const DoubleFunction & FitResult::getModel(const Index j) const
|
||||
{
|
||||
return model_[static_cast<unsigned int>(j)];
|
||||
return model_[j];
|
||||
}
|
||||
|
||||
// IO //////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user