Fixed Memory bug regarding statistics calcualtion

The results memory on each timestep was not freed resulting in all the data from all the cases for all timesteps in memory at the same time ...
In addition, the data was read accidentaly before the timeloop for all the source cases for all timesteps.
So, should perform better now, but there still are some memory allocated in the start, that i cant quite account for.
p4#: 22011
This commit is contained in:
Jacob Støren
2013-06-26 23:34:03 +02:00
parent cff0437343
commit 4f7b3e703c
3 changed files with 32 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ public:
void removeResult(const QString& resultName);
void clearAllResults();
void freeAllocatedResultsData();
// Access the results data