Skip to content

Commit c62f9c0

Browse files
author
Lucas Marin
committed
Added overflow tracker for AdvanceModelTime function
1 parent 9d259c6 commit c62f9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/howto/common-source/HowToTracker.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class HowToTracker
2020
{
2121
private:
2222
double m_dT_s; // Cached Engine Time Step
23+
double m_dT_s_remainder = 0.0;
2324
biogears::PhysiologyEngine& m_Engine;
2425
public:
2526
HowToTracker(biogears::PhysiologyEngine& engine);

0 commit comments

Comments
 (0)