1
0
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:
2014-04-07 15:56:08 +01:00
parent dc659991d0
commit 749818d9cc
3 changed files with 3 additions and 7 deletions

View File

@@ -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)