aliases are just confusing
This commit is contained in:
parent
af0a4c5d26
commit
f9fcaca60b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue