#ifndef SAMPLESPHYSICALQUANTITIES_H #define SAMPLESPHYSICALQUANTITIES_H #include #include "blackmisc/pqconstants.h" #include "blackmisc/debug.h" using namespace BlackMisc; namespace BlackMiscTest { /*! * \brief Samples for physical quantities */ class CSamplesPhysicalQuantities { public: /*! * \brief Run the samples */ static int samples(); }; } #endif // SAMPLESPHYSICALQUANTITIES_H