Returning to previous version of moduleMesh.f90
Having initialization in some variables was causing issues in 1D geometry, so I reverted the file to one working.
This commit is contained in:
parent
167e25e276
commit
4e9a592982
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