~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/NLO/SubProcesses/ajob_template

  • Committer: olivier Mattelaer
  • Date: 2014-06-27 13:04:42 UTC
  • mfrom: (253.1.62 2.1.2)
  • mto: (253.1.74 2.1.2)
  • mto: This revision was merged to the branch mainline in revision 254.
  • Revision ID: olivier.mattelaer@uclouvain.be-20140627130442-5nsqrrggn12ocqr6
tmp comit

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            fi
63
63
        fi
64
64
    fi
65
 
    if  [[ ! -e randinit ]] ; then
66
 
        if [[ -e ../randinit ]] ; then
67
 
            cp ../randinit .
68
 
        else
69
 
            cp ../../randinit .
70
 
        fi
 
65
    if  [[ -e randinit ]] ; then
 
66
        rm -f randinit
 
67
    fi
 
68
    if [[ -e ../randinit ]] ; then
 
69
        ln -sf ../randinit .
 
70
    else
 
71
        ln -sf ../../randinit .
71
72
    fi
72
73
    if  [[ ! -e symfact.dat ]] ; then
73
74
        if [[  -e ../symfact.dat ]] ; then