~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to vendor/IREGI/src/binary_tree.f90

  • Committer: olivier Mattelaer
  • Date: 2015-03-05 00:14:16 UTC
  • mfrom: (258.1.9 2.3)
  • mto: (258.8.1 2.3)
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: olivier.mattelaer@uclouvain.be-20150305001416-y9mzeykfzwnl9t0j
partial merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
       ELSE
132
132
          find=.TRUE.
133
133
          nn=item%NLOOPLINE
 
134
          !PRINT *, item1%xmatrix(1,1) ! Debug
134
135
          item%xmatrix(1:nn,1:nn)=item1%xmatrix(1:nn,1:nn)
135
136
          item%ymatrix(1:nn,1:nn)=item1%ymatrix(1:nn,1:nn)
136
137
          item%zmatrix(2:nn,2:nn)=item1%zmatrix(2:nn,2:nn)