~maddevelopers/mg5amcnlo/2.5.3

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/short_ML_SMQCD_default/gg_ttx/%..%..%Source%MODEL%printout.f

  • Committer: olivier-mattelaer
  • Date: 2017-03-08 12:31:17 UTC
  • Revision ID: olivier-mattelaer-20170308123117-h0zkqjyh9sihsc61
empty version to have an effective freeze of the code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
c************************************************************************
2
 
c**                                                                    **
3
 
c**           MadGraph/MadEvent Interface to FeynRules                 **
4
 
c**                                                                    **
5
 
c**          C. Duhr (Louvain U.) - M. Herquet (NIKHEF)                **
6
 
c**                                                                    **
7
 
c************************************************************************
8
 
 
9
 
      subroutine printout
10
 
      implicit none
11
 
 
12
 
      include 'coupl.inc'
13
 
      include 'input.inc'
14
 
      
15
 
      include 'formats.inc'
16
 
 
17
 
      write(*,*) '*****************************************************'
18
 
      write(*,*) '*               MadGraph/MadEvent                   *'
19
 
      write(*,*) '*        --------------------------------           *'
20
 
      write(*,*) '*          http://madgraph.hep.uiuc.edu             *'        
21
 
      write(*,*) '*          http://madgraph.phys.ucl.ac.be           *'
22
 
      write(*,*) '*          http://madgraph.roma2.infn.it            *'
23
 
      write(*,*) '*        --------------------------------           *'        
24
 
      write(*,*) '*                                                   *'
25
 
      write(*,*) '*          PARAMETER AND COUPLING VALUES            *'
26
 
      write(*,*) '*                                                   *'
27
 
      write(*,*) '*****************************************************'
28
 
      write(*,*)
29
 
     
30
 
      include 'param_write.inc'
31
 
      include 'coupl_write.inc'
32
 
 
33
 
      return
34
 
      end