~maddevelopers/mg5amcnlo/new_clustering

« back to all changes in this revision

Viewing changes to madgraph/core/drawing.py

  • Committer: Rikkert Frederix
  • Date: 2019-10-17 08:36:05 UTC
  • mfrom: (275.7.31 2.6.7)
  • Revision ID: frederix@physik.uzh.ch-20191017083605-bg78bda5jiq8u614
merge with public 2.6.7

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: