Changeset 3990 for trunk/exports/G2export_examples.py
- Timestamp:
- May 22, 2019 2:04:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_examples.py
r3223 r3990 194 194 ): return 195 195 self.OpenFile() 196 hist = self.histnam[0] # there should only be one histogram, in any case take the 1st196 hist = list(self.histnam)[0] # there should only be one histogram, in any case take the 1st 197 197 self.Write('\nHistogram '+hist) 198 198 histblk = self.Histograms[hist] … … 276 276 ): return 277 277 self.OpenFile() 278 hist = self.histnam[0] # there should only be one histogram, in any case take the 1st278 hist = list(self.histnam)[0] # there should only be one histogram, in any case take the 1st 279 279 histblk = self.Histograms[hist] 280 280 hklfmt = "{:.0f},{:.0f},{:.0f}"
Note: See TracChangeset
for help on using the changeset viewer.