Skip to content

Commit 9084eaf

Browse files
authored
Fixing PR error in FemtoUniverseSHContainer.h
1 parent 803e34e commit 9084eaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseSHContainer.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file FEMTOUNIVERSESHCONTAINER.h
13-
/// \brief Definition of the FEMTOUNIVERSESHCONTAINER
12+
/// \file FemtoUniverseSHContainer..h
13+
/// \brief FemtoUniverseSHContainer - Fills the Spherical Harmonics components
1414
/// \remark This file is inherited from ~/FemtoUniverse/Core/FemtoUniverse3DContainer.h on 17/06/2024
1515
/// \author Pritam Chakraborty, WUT Warsaw, [email protected]
1616

@@ -85,8 +85,8 @@ class FemtoUniverseSHContainer
8585

8686
fels[il] = el;
8787
fems[il] = em;
88-
felsi[il] = static_cast<int>el;
89-
femsi[il] = static_cast<int>em;
88+
felsi[il] = static_cast<int>(el);
89+
femsi[il] = static_cast<int>(em);
9090
em++;
9191
il++;
9292
if (em > el) {

0 commit comments

Comments
 (0)