mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-13 20:49:34 +00:00
Function classes: default function replaced by nullptr
This commit is contained in:
@@ -26,8 +26,6 @@ using namespace Latan;
|
||||
/******************************************************************************
|
||||
* DoubleFunction implementation *
|
||||
******************************************************************************/
|
||||
const DoubleFunction::vecFunc DoubleFunction::nullFunction_ = nullptr;
|
||||
|
||||
// constructor /////////////////////////////////////////////////////////////////
|
||||
DoubleFunction::DoubleFunction(const Index nArg, const vecFunc &f)
|
||||
: buffer_(new DVec)
|
||||
|
||||
Reference in New Issue
Block a user