no need for fixed length

This commit is contained in:
Martin Diehl 2020-11-06 00:50:27 +01:00
parent 4ccd068d3b
commit 9cd2c19a20
1 changed files with 1 additions and 2 deletions

View File

@ -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'