##// END OF EJS Templates
Merge pull request 156 from SCIQLOP-Initialisation develop...
Merge pull request 156 from SCIQLOP-Initialisation develop Develop

File last commit:

r195:ecdf3f75d679
r206:373baac343d6 merge
Show More
SqpDateTime.h
14 lines | 276 B | text/x-c | CLexer
#ifndef SCIQLOP_SQPDATETIME_H
#define SCIQLOP_SQPDATETIME_H
/**
* @brief The SqpDateTime struct holds the information of time parameters
*/
struct SqpDateTime {
/// Start time
double m_TStart;
/// End time
double m_TEnd;
};
#endif // SCIQLOP_SQPDATETIME_H