Skip to content

Commit

Permalink
increased to 1000 the limit for printing linkcorrelation matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed May 7, 2018
1 parent 5101c7f commit d19f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linkcorrelation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ program linkcorrelation
correlation(i,j) = correlation(i,j) / dble(nmodels)
correlation(j,i) = correlation(i,j)
end do
write(*,"( 100(tr1,f5.2) )") (correlation(i,j),j=1,nlinks)
write(*,"( 1000(tr1,f5.2) )") (correlation(i,j),j=1,nlinks)
end do

end program linkcorrelation
Expand Down

0 comments on commit d19f1e3

Please sign in to comment.