##// END OF EJS Templates
Show tracers method (2)...
Show tracers method (2) Displays the tracers

File last commit:

r466:1bf43e509213
r484:a4b9eba8c160
Show More
SqpSettingsDefs.cpp
7 lines | 324 B | text/x-c | CppLexer
#include "Settings/SqpSettingsDefs.h"
const QString GENERAL_TOLERANCE_AT_INIT_KEY = QStringLiteral("toleranceInit");
const double GENERAL_TOLERANCE_AT_INIT_DEFAULT_VALUE = 0.2;
const QString GENERAL_TOLERANCE_AT_UPDATE_KEY = QStringLiteral("toleranceUpdate");
const double GENERAL_TOLERANCE_AT_UPDATE_DEFAULT_VALUE = 0.2;