Merge branch '308-fortran-type-for-result-and-hdf5_utilities-not-found-when-using-classic-intel-compiler' into 'development'
fix issues with compilation Closes #308 See merge request damask/DAMASK!822
This commit is contained in:
commit
5bb7e54dfc
|
@ -30,15 +30,6 @@ module math
|
||||||
module procedure math_expand_real
|
module procedure math_expand_real
|
||||||
end interface math_expand
|
end interface math_expand
|
||||||
|
|
||||||
#if __INTEL_COMPILER >= 1900
|
|
||||||
! do not make use of associated entities available to other modules
|
|
||||||
private :: &
|
|
||||||
misc, &
|
|
||||||
IO, &
|
|
||||||
config, &
|
|
||||||
parallelization
|
|
||||||
#endif
|
|
||||||
|
|
||||||
real(pREAL), parameter :: &
|
real(pREAL), parameter :: &
|
||||||
PI = acos(-1.0_pREAL), & !< ratio of a circle's circumference to its diameter
|
PI = acos(-1.0_pREAL), & !< ratio of a circle's circumference to its diameter
|
||||||
TAU = 2.0_pREAL*PI, & !< ratio of a circle's circumference to its radius
|
TAU = 2.0_pREAL*PI, & !< ratio of a circle's circumference to its radius
|
||||||
|
|
|
@ -353,21 +353,6 @@ module phase
|
||||||
|
|
||||||
end interface
|
end interface
|
||||||
|
|
||||||
|
|
||||||
#if __INTEL_COMPILER >= 1900
|
|
||||||
public :: &
|
|
||||||
prec, &
|
|
||||||
math, &
|
|
||||||
rotations, &
|
|
||||||
IO, &
|
|
||||||
config, &
|
|
||||||
material, &
|
|
||||||
result, &
|
|
||||||
crystal, &
|
|
||||||
discretization, &
|
|
||||||
HDF5_utilities
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public :: &
|
public :: &
|
||||||
phase_init, &
|
phase_init, &
|
||||||
phase_homogenizedC66, &
|
phase_homogenizedC66, &
|
||||||
|
|
Loading…
Reference in New Issue