Skip to content
Snippets Groups Projects
Commit bb7730bf authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

typo, closure by max_degree works now

parent 87a2f988
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ SUBROUTINE set_closure_model
DO ip = 1,local_np+ngp
DO ij = 1, local_nj+ngj
evolve_mom(ip,ij) = (parray(ip).GE.0) .AND. (jarray(ij).GE.0) &
.AND. (2*parray(ip)+jarray(ij) .LE. dmax)
.AND. (parray(ip)+2*jarray(ij) .LE. dmax)
ENDDO
ENDDO
CASE DEFAULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment