Skip to content

CPENTA and CTETRA incorrectly use DEBUG(192) #173

@victorkemp

Description

@victorkemp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions