Referencing a pointer not allocated

Clearly defined bug reports and their fixes
Post Reply
Victor
Posts: 4
Joined: 18 Jun 2020, 18:47
Antispam: Yes

Referencing a pointer not allocated

Post by Victor »

Running AdvDiffFluxes in VtuOutputSolver.F90:1653

InvFieldPerm => InvNodePerm

The pointer InvNodePerm is not allocated.
What is the fix, maybe NULLIFY InvFieldPerm?
Please advise
Post Reply