bug (copy and paste): fiber should be counted, not gauss
This commit is contained in:
parent
0680b1706f
commit
a5ca26ab10
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue