PI is no needed here

This commit is contained in:
Jorge Gonzalez 2024-06-30 08:48:51 +00:00
commit e277fe6ddb

View file

@ -569,7 +569,7 @@ MODULE moduleMesh2DCyl
!Compute element volume
PURE SUBROUTINE volumeQuad(self)
USE moduleConstParam, ONLY: PI, PI8
USE moduleConstParam, ONLY: PI8
IMPLICIT NONE
CLASS(meshCell2DCylQuad), INTENT(inout):: self