1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

PlaceHolder type is declared in Global.hpp

This commit is contained in:
Antonin Portelli 2014-03-12 19:15:40 +00:00
parent 0da6c5fc4c
commit 2e4ac4fa5a
2 changed files with 6 additions and 5 deletions

View File

@ -108,6 +108,11 @@ using ConstMap = Eigen::Map<const Derived>;
// Index type //////////////////////////////////////////////////////////////////
typedef DMatBase::Index Index;
// Placeholder type ////////////////////////////////////////////////////////////
struct PlaceHolder {};
extern PlaceHolder _;
// Type utilities //////////////////////////////////////////////////////////////
// pointer type test
template <typename Derived, typename Base>

View File

@ -55,11 +55,7 @@ private:
/******************************************************************************
* object for X vs. Y statistical data *
******************************************************************************/
struct PlaceHolder {};
extern PlaceHolder _;
class XYStatData
class XYStatData: public FitInterface
{
public:
enum