From e5baf8940697f3d4820648a23fce79b287be8fb7 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Thu, 21 Jan 2021 13:16:22 +0100 Subject: [PATCH] Make use statements explicit in fortanize tool --- app/main.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main.f90 b/app/main.f90 index e90b874..8fc89d8 100644 --- a/app/main.f90 +++ b/app/main.f90 @@ -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