Skip to content
Snippets Groups Projects
Commit 81e9ac62 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: make GetValue method const

parent be218723
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ public:
return m_Coefficients;
}
inline CoefficientsPrecisionType GetValue( CoefficientsPrecisionType val)
inline CoefficientsPrecisionType GetValue( CoefficientsPrecisionType val) const
{
CoefficientsPrecisionType tmpVal = 0;
for( unsigned int i=0; i<=TDegree; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment