Changeset 2427


Ignore:
Timestamp:
Aug 16, 2016 12:26:57 PM (7 years ago)
Author:
vondreele
Message:

forgot one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r2364 r2427  
    279279        if Controls['Reverse Seq']:
    280280            histNames.reverse()
    281     SeqResult = {'histNames':histNames}
     281    SeqResult = {}
    282282    makeBack = True
    283283    Histo = {}
     
    432432            print ' ***** Refinement aborted *****'
    433433            return False,Msg.msg
     434    if Reverse:
     435        histNames.reverse()
     436    SeqResult['histNames'] = histNames
    434437    G2stIO.SetSeqResult(GPXfile,Histograms,SeqResult)
    435438    printFile.close()
Note: See TracChangeset for help on using the changeset viewer.