Wrong surface in edges

Some edges were calculating the area surface incorrectly, which was leading to wrong densities.
This commit is contained in:
Jorge Gonzalez 2026-02-02 14:31:58 +01:00
commit 8d5cb6a516
3 changed files with 1 additions and 5 deletions

View file

@ -104,7 +104,6 @@ MODULE moduleMesh1DCart
USE moduleSpecies
USE moduleBoundary
USE moduleErrors
USE moduleRefParam, ONLY: L_ref
IMPLICIT NONE
CLASS(meshEdge1DCart), INTENT(out):: self