##// 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:

r412:e1f4801c4363
r505:c4a0c9f4308e
Show More
AmdaDefs.h
16 lines | 353 B | text/x-c | CLexer
#ifndef SCIQLOP_AMDADEFS_H
#define SCIQLOP_AMDADEFS_H
#include <QString>
// ////////////// //
// AMDA constants //
// ////////////// //
// Relevant keys in JSON file
extern const QString AMDA_COMPONENT_KEY;
extern const QString AMDA_PRODUCT_KEY;
extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H