##// END OF EJS Templates
Adapts sort() method to 2-dim array data (2)...
Adapts sort() method to 2-dim array data (2) Makes sort method for 2-dim array data, and specializes the method for 1-dim array data with the existing function

File last commit:

r466:1bf43e509213
r505:c4a0c9f4308e
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;