Merge branch 'issue/findCell' into 'development'
Returning to previous version of moduleMesh.f90 See merge request JorgeGonz/fpakc!41
This commit is contained in:
commit
e51348ae41
1 changed files with 2 additions and 2 deletions
|
|
@ -639,8 +639,8 @@ MODULE moduleMesh
|
||||||
CLASS(meshCell), INTENT(inout):: self
|
CLASS(meshCell), INTENT(inout):: self
|
||||||
CLASS(particle), INTENT(inout), TARGET:: part
|
CLASS(particle), INTENT(inout), TARGET:: part
|
||||||
CLASS(meshCell), OPTIONAL, INTENT(in):: oldCell
|
CLASS(meshCell), OPTIONAL, INTENT(in):: oldCell
|
||||||
REAL(8):: Xi(1:3) = 0.D0
|
REAL(8):: Xi(1:3)
|
||||||
CLASS(meshElement), POINTER:: neighbourElement => NULL()
|
CLASS(meshElement), POINTER:: neighbourElement
|
||||||
INTEGER:: sp
|
INTEGER:: sp
|
||||||
|
|
||||||
Xi = self%phy2log(part%r)
|
Xi = self%phy2log(part%r)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue