~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/core/drawing.py

  • Committer: olivier-mattelaer
  • Date: 2019-09-26 11:09:58 UTC
  • mfrom: (282.1.19 2.6.7)
  • mto: (283.1.18 2.7.0)
  • mto: This revision was merged to the branch mainline in revision 284.
  • Revision ID: olivier-mattelaer-20190926110958-38wrjh8hemq9zibw
merge with 2.6.7 + change L meaning for spin1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1663
1663
        # Set variable for storing text        
1664
1664
        self.text = ''
1665
1665
        # Do we have to write a file? -> store in self.file
1666
 
        if file:
 
1666
        if filename:
1667
1667
            self.file = True # Note that this variable will be overwritten. THis
1668
1668
                             #will be the object file. [initialize]
1669
1669
        else: