Changes in / [bac5f50:7b51361]


Ignore:
Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/components/Distribution_assm.F90

    rbac5f50 r7b51361  
    326326      endif 
    327327    endif 
     328    ! print neighbours 
     329    if (sctls%verbose>=1) then  
     330       write(stream,"(A,I0)") "N neighbours: ", M%nnghbrs 
     331       do i=1,M%nnghbrs 
     332          !write(stream,"(A,I0,A,I0,A,I0)") "neighbour ", i, ": ", M%nghbrs(i), ", overlap: ", M%ol_solve(i)%ninds 
     333          write(stream,"(I0,A,I0,A)",advance="no") M%nghbrs(i)+1, " ", M%ol_inner(i)%ninds+M%ol_outer(i)%ninds, " " 
     334       end do 
     335       write(stream,*) "" 
     336    end if 
     337 
    328338    ! Localise A: 
    329339    if (ol<=0) then 
  • src/datatypes/Aggregate_mod.F90

    r08dfb5f r7b51361  
    113113      endif 
    114114    enddo 
    115     if (sctls%verbose>=2) then 
     115    if (sctls%verbose>=5) then 
    116116      do i=1,nagrs 
    117117        write(stream,*) & 
Note: See TracChangeset for help on using the changeset viewer.