Skip to content

Commit

Permalink
Remove module keyword from internal module subroutine mopac_record
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Sep 10, 2024
1 parent 68ecc4d commit 83c2634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/mopac_api_finalize.F90
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module subroutine mopac_finalize(properties)
use_disk = .true.
end subroutine mopac_finalize

module subroutine mopac_record(properties)
subroutine mopac_record(properties)
type(mopac_properties), intent(out) :: properties
integer, external :: ijbo
double precision, external :: dipole, dipole_for_MOZYME
Expand Down

0 comments on commit 83c2634

Please sign in to comment.