Changed order of samples directory, started with aviation classes.

This commit is contained in:
Klaus Basan
2013-04-01 21:53:35 +02:00
parent f77258343d
commit 943872ff67
34 changed files with 911 additions and 147 deletions

View File

@@ -0,0 +1,25 @@
#ifndef SAMPLESPHYSICALQUANTITIES_H
#define SAMPLESPHYSICALQUANTITIES_H
#include <QDebug>
#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