Small style correction

This commit is contained in:
Jorge Gonzalez 2023-01-06 22:36:55 +01:00
commit 22dff9ed69

View file

@ -473,9 +473,9 @@ MODULE moduleSolver
volOld => mesh%cells(part%vol)%obj
CALL volOld%findCell(part)
CALL findCellColl(part)
volNew => mesh%cells(part%vol)%obj
!Call the NA shcme
IF (ASSOCIATED(self%weightingScheme)) THEN
volNew => mesh%cells(part%vol)%obj
CALL self%weightingScheme(part, volOld, volNew)
END IF