Skip to content

Commit 4b35153

Browse files
committed
type fix
1 parent dbac046 commit 4b35153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ struct FlowGfwLightIons {
983983
{
984984
auto runDuration = ccdb->getRunDuration(firstRun);
985985
uint64_t tsSOF = runDuration.first;
986-
long long diff = timestamp - tsSOF;
986+
uint64_t diff = timestamp - tsSOF;
987987
return static_cast<double>(diff) / 3600000.0;
988988
}
989989

0 commit comments

Comments
 (0)