#ifndef SCIQLOP_SCALARTIMESERIE_H #define SCIQLOP_SCALARTIMESERIE_H #include "CoreGlobal.h" #include class SCIQLOP_CORE_EXPORT ScalarTimeSerie : public TimeSeries::TimeSerie { public: ScalarTimeSerie() {} ~ScalarTimeSerie() = default; using TimeSerie::TimeSerie; }; #endif // SCIQLOP_SCALARSERIES_H