mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
PlaceHolder type is declared in Global.hpp
This commit is contained in:
parent
0da6c5fc4c
commit
2e4ac4fa5a
@ -108,6 +108,11 @@ using ConstMap = Eigen::Map<const Derived>;
|
|||||||
// Index type //////////////////////////////////////////////////////////////////
|
// Index type //////////////////////////////////////////////////////////////////
|
||||||
typedef DMatBase::Index Index;
|
typedef DMatBase::Index Index;
|
||||||
|
|
||||||
|
// Placeholder type ////////////////////////////////////////////////////////////
|
||||||
|
struct PlaceHolder {};
|
||||||
|
|
||||||
|
extern PlaceHolder _;
|
||||||
|
|
||||||
// Type utilities //////////////////////////////////////////////////////////////
|
// Type utilities //////////////////////////////////////////////////////////////
|
||||||
// pointer type test
|
// pointer type test
|
||||||
template <typename Derived, typename Base>
|
template <typename Derived, typename Base>
|
||||||
|
@ -55,11 +55,7 @@ private:
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* object for X vs. Y statistical data *
|
* object for X vs. Y statistical data *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
struct PlaceHolder {};
|
class XYStatData: public FitInterface
|
||||||
|
|
||||||
extern PlaceHolder _;
|
|
||||||
|
|
||||||
class XYStatData
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum
|
enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user