Skip to content
Snippets Groups Projects
Commit 2911b5eb authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #13893. Re Format

parent d4390785
No related branches found
No related tags found
No related merge requests found
......@@ -365,8 +365,9 @@ void LoadBBY::exec() {
1.0e6); // static_cast<double>(instrumentInfo.bm_counts)
// currently
Kernel::time_duration duration = boost::posix_time::microseconds(
static_cast<boost::int64_t>(static_cast<double>(eventCounter.numFrames()) * period));
Kernel::time_duration duration =
boost::posix_time::microseconds(static_cast<boost::int64_t>(
static_cast<double>(eventCounter.numFrames()) * period));
Kernel::DateAndTime start_time("2000-01-01T00:00:00");
Kernel::DateAndTime end_time(start_time + duration);
......
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