mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
mortong sorting added, contactList left
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user