[skip sc] small polishing to make ifort happy
old ifort on magit1 still has issues
This commit is contained in:
parent
74a7be1607
commit
6130d8740d
|
@ -15,7 +15,6 @@ module phase
|
||||||
use discretization
|
use discretization
|
||||||
use parallelization
|
use parallelization
|
||||||
use HDF5_utilities
|
use HDF5_utilities
|
||||||
use results
|
|
||||||
implicit none
|
implicit none
|
||||||
private
|
private
|
||||||
|
|
||||||
|
@ -335,9 +334,7 @@ module phase
|
||||||
results, &
|
results, &
|
||||||
lattice, &
|
lattice, &
|
||||||
discretization, &
|
discretization, &
|
||||||
parallelization, &
|
HDF5_utilities
|
||||||
HDF5_utilities, &
|
|
||||||
results
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public :: &
|
public :: &
|
||||||
|
@ -576,9 +573,7 @@ subroutine crystallite_init()
|
||||||
class(tNode), pointer :: &
|
class(tNode), pointer :: &
|
||||||
num_crystallite, &
|
num_crystallite, &
|
||||||
debug_crystallite, & ! pointer to debug options for crystallite
|
debug_crystallite, & ! pointer to debug options for crystallite
|
||||||
phases, &
|
phases
|
||||||
phase, &
|
|
||||||
mech
|
|
||||||
|
|
||||||
|
|
||||||
print'(/,a)', ' <<<+- crystallite init -+>>>'
|
print'(/,a)', ' <<<+- crystallite init -+>>>'
|
||||||
|
|
|
@ -1027,7 +1027,6 @@ subroutine crystallite_results(group,ph)
|
||||||
integer, intent(in) :: ph
|
integer, intent(in) :: ph
|
||||||
|
|
||||||
integer :: ou
|
integer :: ou
|
||||||
real(pReal), allocatable, dimension(:,:,:) :: selected_tensors
|
|
||||||
real(pReal), allocatable, dimension(:,:) :: selected_rotations
|
real(pReal), allocatable, dimension(:,:) :: selected_rotations
|
||||||
character(len=:), allocatable :: structureLabel
|
character(len=:), allocatable :: structureLabel
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
!> @details to be done
|
!> @details to be done
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
submodule(phase:thermal) thermalexpansion
|
submodule(phase:thermal) thermalexpansion
|
||||||
use prec
|
|
||||||
use YAML_types
|
|
||||||
use config
|
|
||||||
|
|
||||||
integer, dimension(:), allocatable :: kinematics_thermal_expansion_instance
|
integer, dimension(:), allocatable :: kinematics_thermal_expansion_instance
|
||||||
|
|
||||||
|
@ -19,7 +16,6 @@ submodule(phase:thermal) thermalexpansion
|
||||||
|
|
||||||
type(tParameters), dimension(:), allocatable :: param
|
type(tParameters), dimension(:), allocatable :: param
|
||||||
|
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue