Small style correction
This commit is contained in:
parent
600480f5d5
commit
22dff9ed69
1 changed files with 1 additions and 1 deletions
|
|
@ -473,9 +473,9 @@ MODULE moduleSolver
|
||||||
volOld => mesh%cells(part%vol)%obj
|
volOld => mesh%cells(part%vol)%obj
|
||||||
CALL volOld%findCell(part)
|
CALL volOld%findCell(part)
|
||||||
CALL findCellColl(part)
|
CALL findCellColl(part)
|
||||||
volNew => mesh%cells(part%vol)%obj
|
|
||||||
!Call the NA shcme
|
!Call the NA shcme
|
||||||
IF (ASSOCIATED(self%weightingScheme)) THEN
|
IF (ASSOCIATED(self%weightingScheme)) THEN
|
||||||
|
volNew => mesh%cells(part%vol)%obj
|
||||||
CALL self%weightingScheme(part, volOld, volNew)
|
CALL self%weightingScheme(part, volOld, volNew)
|
||||||
|
|
||||||
END IF
|
END IF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue