~maddevelopers/mg5amcnlo/aMCatNLO

« back to all changes in this revision

Viewing changes to MadSpin/src/initialize.f

  • Committer: Valentin Hirschi
  • Date: 2012-12-18 09:10:58 UTC
  • mfrom: (550.1.11 aMCatNLO)
  • Revision ID: spooner@pb-d-128-141-163-97.cern.ch-20121218091058-x950ogffu0odfard
1. Merged with latest revision of launchpad and made the MadLoop command 
   test safer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      PROGRAM INITIALIZE
 
2
      IMPLICIT NONE
 
3
 
 
4
      open(unit=23,file="parameters.inc")
 
5
      call setpara('param_card.dat')  !first call to setup the paramaters
 
6
      close(23)
 
7
 
 
8
      end
 
9