Ignore:
Timestamp:
Nov 26, 2018 10:31:06 AM (4 years ago)
Author:
vondreele
Message:

fix mag form factor table so Ce & Ce+2 are both seen. Comment section moved to end of dict.
fix export powder data as csv & text - python 3 vs 2 problem
fix p 62'2' operator problem - reverse order of generators
fixes for some incommensurate mag problems - still more to be found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_csv.py

    r3389 r3738  
    301301        if self.ExportSelect(): return  # set export parameters, get file name
    302302        self.OpenFile()
    303         hist = self.histnam[0] # there should only be one histogram, in any case take the 1st
     303        hist = list(self.histnam)[0] # there should only be one histogram, in any case take the 1st
    304304        histblk = self.Histograms[hist]
    305305        self.Write('"Histogram"')
Note: See TracChangeset for help on using the changeset viewer.