~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_141512/PROC_141512/Source/MODEL/printout.f

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

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