mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
removed casts
This commit is contained in:
@ -16,5 +16,7 @@ abs(std::chrono::duration<Rep, Period> d) {
|
||||
return d >= d.zero() ? d : -d;
|
||||
}
|
||||
|
||||
static_assert(sizeof(ns) == 8, "ns needs to be 64bit");
|
||||
|
||||
} // namespace time
|
||||
} // namespace sls
|
Reference in New Issue
Block a user