Commit 9084eaf 1 parent 803e34e commit 9084eaf Copy full SHA for 9084eaf
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
10
// or submit itself to any jurisdiction.
11
11
12
- // / \file FEMTOUNIVERSESHCONTAINER .h
13
- // / \brief Definition of the FEMTOUNIVERSESHCONTAINER
12
+ // / \file FemtoUniverseSHContainer. .h
13
+ // / \brief FemtoUniverseSHContainer - Fills the Spherical Harmonics components
14
14
// / \remark This file is inherited from ~/FemtoUniverse/Core/FemtoUniverse3DContainer.h on 17/06/2024
15
15
// / \author Pritam Chakraborty, WUT Warsaw, [email protected]
16
16
@@ -85,8 +85,8 @@ class FemtoUniverseSHContainer
85
85
86
86
fels[il] = el;
87
87
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) ;
90
90
em++;
91
91
il++;
92
92
if (em > el) {
You can’t perform that action at this time.
0 commit comments