PI is no needed here
This commit is contained in:
parent
59a322a4c7
commit
e277fe6ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ MODULE moduleMesh2DCyl
|
||||||
|
|
||||||
!Compute element volume
|
!Compute element volume
|
||||||
PURE SUBROUTINE volumeQuad(self)
|
PURE SUBROUTINE volumeQuad(self)
|
||||||
USE moduleConstParam, ONLY: PI, PI8
|
USE moduleConstParam, ONLY: PI8
|
||||||
IMPLICIT NONE
|
IMPLICIT NONE
|
||||||
|
|
||||||
CLASS(meshCell2DCylQuad), INTENT(inout):: self
|
CLASS(meshCell2DCylQuad), INTENT(inout):: self
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue