aliases are just confusing

This commit is contained in:
Martin Diehl 2019-12-26 15:24:51 +01:00
parent af0a4c5d26
commit f9fcaca60b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ subroutine readGeom(grid,geomSize,origin,microstructure,homogenization)
!--------------------------------------------------------------------------------------------------
! get header length
endPos = index(rawData,new_line(''))
if(endPos <= index(rawData,'head')) then
if(endPos <= index(rawData,'head')) then ! ToDo: Should be 'header'
startPos = len(rawData)
call IO_error(error_ID=841, ext_msg='readGeom')
else