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

typo

parent 9c47bfb4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ SUBROUTINE set_closure_model
CASE('max_degree')
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)) &
evolve_mom(ip,ij) = (parray(ip).GE.0) .AND. (jarray(ij).GE.0) &
.AND. (2*parray(ip)+jarray(ij) .GT. dmax)
ENDDO
ENDDO
......
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