mortong sorting added, contactList left

This commit is contained in:
Hamidreza Norouzi
2023-04-09 08:06:35 -07:00
parent b5572d3f7f
commit 93945516cb
20 changed files with 752 additions and 28 deletions

View File

@ -74,9 +74,13 @@ protected:
real writeTime_ = 0; // for managedExternamly
realStridedRange timersReportInterval_;
realStridedRange timersReportInterval_;
int32StridedRagne screenReportInterval_ ={0,100};
Logical performSorting_;
realStridedRange sortingInterval_;
int32StridedRagne screenReportInterval_ ={0,100};
bool outputToFile_ = false;
@ -164,6 +168,8 @@ public:
}
bool timersReportTime()const;
bool sortTime()const;
bool setOutputToFile(real writeTime, const word& timeName)
{