Ignore:
Timestamp:
Apr 10, 2021 4:33:39 PM (2 years ago)
Author:
toby
Message:

implement constraints in scriptable, part 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_CIF.py

    r4878 r4879  
    21502150                dlg.Destroy()
    21512151            # scan over histograms used in this phase for
    2152             pId = self.Phases[phasenam]['pId']
    2153             for h in phasedict['Histograms']:
    2154                 if not phasedict['Histograms'][h]['Use']: continue
    2155                 hId = self.Histograms[h]['hId']
    2156                 T = self.Histograms[h]['Sample Parameters']['Temperature']
     2152            #pId = self.Phases[phasenam]['pId']
     2153            #for h in phasedict['Histograms']:
     2154            #    if not phasedict['Histograms'][h]['Use']: continue
     2155            #    hId = self.Histograms[h]['hId']
     2156            #    T = self.Histograms[h]['Sample Parameters']['Temperature']
    21572157               
    21582158        # check if temperature values & pressure are defaulted
Note: See TracChangeset for help on using the changeset viewer.