Skip to content

Commit

Permalink
Merge branch 'main' into update_docker_compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriaRaffuzzi authored Dec 22, 2024
2 parents e06542e + 36e8fcb commit 36e798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuclearData/mgNeutronData/mgNeutronMaterial_inter.f90
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ subroutine getMacroXSs_byP(self, xss, p)

if (.not. p % isMG) call fatalError(Here, 'CE particle was given to MG data')

! Make compiler happy
! Store p % matIdx() in a dedicated variable to avoid compilation errors with gfortran >= 13.2
matIdx = p % matIdx()

associate (matCache => cache_materialCache(matIdx))
Expand Down

0 comments on commit 36e798b

Please sign in to comment.