From a5ca26ab10ea441d73d05a00d1c5cd8cfd12c37b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 26 Jun 2018 08:20:40 +0200 Subject: [PATCH] bug (copy and paste): fiber should be counted, not gauss --- src/material.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material.f90 b/src/material.f90 index 5b005d87c..04946efe1 100644 --- a/src/material.f90 +++ b/src/material.f90 @@ -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))