int nequi;
int nskip;
bool extended;
+ bool superextended;
};
class configcache{
string DATADIR;
string CACHEID;
int MODE;
- string getFileId(int actnequi, const bool& shortid=false);
+ string getFileId(int actnequi, const bool& superextended=true, const bool& shortid=false);
ofstream outFile;
ifstream inFile;