Skip to content

Commit

Permalink
Move TS number print
Browse files Browse the repository at this point in the history
  • Loading branch information
guilpier-code committed Jul 2, 2024
1 parent 7145e40 commit d524d6c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ void ISimulation<ImplementationType>::run()
}
else
{
// Export ts-numbers into output
TimeSeriesNumbers::StoreTimeSeriesNumbersIntoOuput(study, pResultWriter);

if (not ImplementationType::simulationBegin())
{
return;
Expand Down Expand Up @@ -349,9 +352,6 @@ void ISimulation<ImplementationType>::run()

ImplementationType::variables.simulationEnd();

// Export ts-numbers into output
TimeSeriesNumbers::StoreTimeSeriesNumbersIntoOuput(study, pResultWriter);

// Spatial clusters
// Notifying all variables to perform the final spatial clusters.
// This must be done only when all variables have finished to compute their
Expand Down

0 comments on commit d524d6c

Please sign in to comment.