##// END OF EJS Templates
Inits unit tests for 1-dim and 2-dim array data
Inits unit tests for 1-dim and 2-dim array data

File last commit:

r430:1bf43e509213
r473:687167cec8f7
Show More
SqpSettingsDefs.h
18 lines | 532 B | text/x-c | CLexer
#ifndef SCIQLOP_SQPSETTINGSDEFS_H
#define SCIQLOP_SQPSETTINGSDEFS_H
#include "CoreGlobal.h"
#include <QString>
// //////////////// //
// General settings //
// //////////////// //
extern SCIQLOP_CORE_EXPORT const QString GENERAL_TOLERANCE_AT_INIT_KEY;
extern SCIQLOP_CORE_EXPORT const double GENERAL_TOLERANCE_AT_INIT_DEFAULT_VALUE;
extern SCIQLOP_CORE_EXPORT const QString GENERAL_TOLERANCE_AT_UPDATE_KEY;
extern SCIQLOP_CORE_EXPORT const double GENERAL_TOLERANCE_AT_UPDATE_DEFAULT_VALUE;
#endif // SCIQLOP_SQPSETTINGSDEFS_H