typo (MSC.Marc did not compile)
This commit is contained in:
parent
cda1f4acab
commit
f8c5dbea71
|
@ -294,7 +294,7 @@ subroutine inputRead_matNumber(matNumber, &
|
||||||
do l = 1, size(fileContent)
|
do l = 1, size(fileContent)
|
||||||
chunkPos = IO_stringPos(fileContent(l))
|
chunkPos = IO_stringPos(fileContent(l))
|
||||||
if ( IO_lc(IO_stringValue(fileContent(l),chunkPos,1)) == 'hypoelastic') then
|
if ( IO_lc(IO_stringValue(fileContent(l),chunkPos,1)) == 'hypoelastic') then
|
||||||
if (len)trim(fileContent(l+1))/=0) then
|
if (len_trim(fileContent(l+1))/=0) then
|
||||||
chunkPos = IO_stringPos(fileContent(l+1))
|
chunkPos = IO_stringPos(fileContent(l+1))
|
||||||
data_blocks = IO_intValue(fileContent(l+1),chunkPos,1)
|
data_blocks = IO_intValue(fileContent(l+1),chunkPos,1)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue