Skip to content

Commit

Permalink
Correct for gfortran pickyness.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Jul 20, 2024
1 parent 2b605d5 commit b53051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmad/photon/to_surface_coords.f90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

subroutine to_surface_coords (lab_orbit, ele, surface_orbit)

use photon_utils_mod
use photon_utils_mod, dummy => to_surface_coords
use super_recipes_mod, only: super_qromb

implicit none
Expand Down

0 comments on commit b53051b

Please sign in to comment.