##// END OF EJS Templates
Unit tests (2): Refactoring...
Unit tests (2): Refactoring Refactors unit tests for DataSeries by moving generic unit tests in a utility class and dispatching tests in dedicated classes (one per type of DataSeries)

File last commit:

r853:1ba93038a6bd
r871:26490bf7ccac
Show More
VisualizationDef.cpp
3 lines | 79 B | text/x-c | CppLexer
/ gui / src / Common / VisualizationDef.cpp
#include "Common/VisualizationDef.h"
const int GRAPH_MINIMUM_HEIGHT = 300;