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:
parent
0da6c5fc4c
commit
2e4ac4fa5a
@ -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>
|
||||
|
@ -55,11 +55,7 @@ private:
|
||||
/******************************************************************************
|
||||
* object for X vs. Y statistical data *
|
||||
******************************************************************************/
|
||||
struct PlaceHolder {};
|
||||
|
||||
extern PlaceHolder _;
|
||||
|
||||
class XYStatData
|
||||
class XYStatData: public FitInterface
|
||||
{
|
||||
public:
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user