Skip to content
Snippets Groups Projects
Commit 7b684957 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'invalid_stamp' into 'master'

added static InvalidStamp

See merge request !118
parents 1b49d41a a9e94932
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