Skip to content
Snippets Groups Projects
Commit 68d9fb9c authored by Miller, Ross's avatar Miller, Ross
Browse files

Fix another Win7 build warning

Refs #11315
parent fc1fd4f3
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ void TOPAZLiveEventDataListener::run() {
g_log.error() << "No events will be processed!" << std::endl;
}
for (unsigned long j = firstEvent; j <= lastEvent; j++)
for (uint64_t j = firstEvent; j <= lastEvent; j++)
{
// appendEvent needs tof to be in units of microseconds, but
// it comes from the ADARA stream in units of 100ns.
......
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