mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-07-30 13:37:05 +01:00
general cleaning/consolidation of the math interpreter
This commit is contained in:
@@ -34,7 +34,7 @@ Function::~Function(void)
|
||||
{}
|
||||
|
||||
// access //////////////////////////////////////////////////////////////////////
|
||||
unsigned int Function::getNArg(void)
|
||||
unsigned int Function::getNArg(void) const
|
||||
{
|
||||
return nArg_;
|
||||
}
|
||||
@@ -77,5 +77,3 @@ double DoubleFunction::operator()(const double x0, ...)
|
||||
|
||||
return (*this)(buffer_);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user