Skip to content

Commit

Permalink
Fix default constructor of TimeInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Nov 27, 2023
1 parent cbd8acf commit 0ba7c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sycomore/TimeInterval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ::shortest(Vector3Q const & k, Quantity const & G_max)

TimeInterval
::TimeInterval()
: TimeInterval(0*sycomore::units::s, 0*sycomore::units::T/sycomore::units::m)
{
// Nothing else.
}
Expand Down

0 comments on commit 0ba7c85

Please sign in to comment.