no need for fixed length
This commit is contained in:
parent
4ccd068d3b
commit
9cd2c19a20
|
@ -736,8 +736,7 @@ subroutine crystallite_results
|
|||
integer :: p,o
|
||||
real(pReal), allocatable, dimension(:,:,:) :: selected_tensors
|
||||
type(rotation), allocatable, dimension(:) :: selected_rotations
|
||||
character(len=pStringLen) :: group
|
||||
character(len=:),allocatable :: structureLabel
|
||||
character(len=:),allocatable :: group,structureLabel
|
||||
|
||||
do p=1,size(material_name_phase)
|
||||
group = trim('current/constituent')//'/'//trim(material_name_phase(p))//'/generic'
|
||||
|
|
Loading…
Reference in New Issue