~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/TestMadWeight/modification_to_cuts/cuts.f

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1372
1372
C
1373
1373
    2 IF (N.EQ.1)            RETURN
1374
1374
      IF (MODE)    10,20,30
1375
 
   10 CALL SORTTI (A,INDEX,N)
 
1375
   10 STOP 5 ! CALL SORTTI (A,INDEX,N)
1376
1376
      GO TO 40
1377
1377
C
1378
 
   20 CALL SORTTC(A,INDEX,N)
 
1378
   20 STOP 5 ! CALL SSORTTC(A,INDEX,N)
1379
1379
      GO TO 40
1380
1380
C
1381
1381
   30 CALL SORTTF (A,INDEX,N)