##// END OF EJS Templates
Creates DataSeriesUtils file that will contain methods for handling data holes...
Creates DataSeriesUtils file that will contain methods for handling data holes Renames DataSeriesUtils file in unit tests to avoid conflicts

File last commit:

r1019:fce4a3cd44f3
r1019:fce4a3cd44f3
Show More
DataSeriesUtils.h
12 lines | 233 B | text/x-c | CLexer
Alexandre Leroux
Creates DataSeriesUtils file that will contain methods for handling data holes...
r1019 #ifndef SCIQLOP_DATASERIESUTILS_H
#define SCIQLOP_DATASERIESUTILS_H
#include "CoreGlobal.h"
/**
* Utility class with methods for data series
*/
struct SCIQLOP_CORE_EXPORT DataSeriesUtils {
};
#endif // SCIQLOP_DATASERIESUTILS_H