We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b705 commit f25469aCopy full SHA for f25469a
scheduling/Clock.cpp
@@ -1027,8 +1027,8 @@ void Clock::buildDefaultTick()
1027
defaultDt_[16] = 0.1;
1028
defaultDt_[17] = 0.1;
1029
defaultDt_[18] = 1; // For tables for chemical calculations.
1030
- defaultDt_[19] = 1; // For Socket Streamer
1031
- defaultDt_[20] = 5; // For CSV Streamer
+ defaultDt_[19] = 1; // For Socket Streamer
+ defaultDt_[20] = 10; // For CSV Streamer
1032
1033
// 20-29 are not assigned.
1034
defaultDt_[30] = 1; // For the HDF writer
0 commit comments