In PENTA.f90 and TETRA.f90 is: `IF (DEBUG(192) == 0) THEN ! Use temperatures at Gauss points for PTE` IT should be 191, like HEXA.f90: `IF (DEBUG(191) == 0) THEN ! Use temperatures at Gauss points for PTE`
In PENTA.f90 and TETRA.f90 is:
IF (DEBUG(192) == 0) THEN ! Use temperatures at Gauss points for PTEIT should be 191, like HEXA.f90:
IF (DEBUG(191) == 0) THEN ! Use temperatures at Gauss points for PTE