mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 00:42:02 +01:00
const-correctness fix
This commit is contained in:
@ -180,7 +180,7 @@ DoubleFunction DoubleFunction::bind(const Index argIndex,
|
||||
}
|
||||
|
||||
// sample //////////////////////////////////////////////////////////////////////
|
||||
DVec DoubleFunction::sample(const DMat &x)
|
||||
DVec DoubleFunction::sample(const DMat &x) const
|
||||
{
|
||||
if (x.cols() != getNArg())
|
||||
{
|
||||
|
Reference in New Issue
Block a user