IO is not inherited when using ifort 19

this is intented, public modules should only bring their own functions
and variables into global scope
This commit is contained in:
Martin Diehl 2020-11-11 12:19:39 +01:00
parent b46a25a7d2
commit 429c226008
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ module grid_mech_FEM
use prec
use parallelization
use DAMASK_interface
use IO
use HDF5_utilities
use math
use spectral_utilities

View File

@ -13,6 +13,7 @@ module grid_mech_spectral_basic
use prec
use parallelization
use DAMASK_interface
use IO
use HDF5_utilities
use math
use spectral_utilities

View File

@ -13,6 +13,7 @@ module grid_mech_spectral_polarisation
use prec
use parallelization
use DAMASK_interface
use IO
use HDF5_utilities
use math
use spectral_utilities