bug (copy and paste): fiber should be counted, not gauss

This commit is contained in:
Martin Diehl 2018-06-26 08:20:40 +02:00
parent 0680b1706f
commit a5ca26ab10
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ subroutine material_parseTexture
if (textureConfig(t)%keyExists('(fiber)')) then
gauss = gauss + 1_pInt
fiber = fiber + 1_pInt
strings = textureConfig(t)%getStrings('(fiber)',raw= .true.)
do i = 1_pInt, size(strings)
chunkPos = IO_stringPos(strings(i))