Skip to content
Snippets Groups Projects

added static InvalidStamp

Merged Jeremie Deray requested to merge invalid_stamp into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -254,6 +254,8 @@ inline TimeStamp TimeStamp::operator +(const Scalar& dt) const
return TimeStamp(time_stamp_ + dt);
}
static const TimeStamp InvalidStamp(-1,-1);
} // namespace wolf
#endif
Loading