Skip to content

Commit

Permalink
Make use statements explicit in fortanize tool
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jan 21, 2021
1 parent e7bf130 commit e5baf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ end module fortranize
program main
use, intrinsic :: iso_fortran_env, only : output_unit, error_unit, input_unit
use fortranize
use mctc_env
use mctc_io
use mctc_version
use mctc_env, only : error_type, fatal_error, wp
use mctc_io, only : read_structure, structure_type, filetype, get_filetype
use mctc_version, only : get_mctc_version
use mctc_io_symbols, only : to_symbol
use mstore
implicit none
Expand Down

0 comments on commit e5baf89

Please sign in to comment.