Skip to content
Snippets Groups Projects
Commit a9e94932 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

added static InvalidStamp

parent d1a28acf
No related branches found
No related tags found
1 merge request!118added static InvalidStamp
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment