~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/NLO/Utilities/NLO_Born3.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env python
2
2
 
3
3
from __future__ import print_function
 
4
from __future__ import absolute_import
4
5
from six.moves import range
5
6
inp = open('./MADatNLO.top', 'r')
6
7
out = open('./MADatNLO_combined.top', 'w')