Changeset 2427
- Timestamp:
- Aug 16, 2016 12:26:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r2364 r2427 279 279 if Controls['Reverse Seq']: 280 280 histNames.reverse() 281 SeqResult = { 'histNames':histNames}281 SeqResult = {} 282 282 makeBack = True 283 283 Histo = {} … … 432 432 print ' ***** Refinement aborted *****' 433 433 return False,Msg.msg 434 if Reverse: 435 histNames.reverse() 436 SeqResult['histNames'] = histNames 434 437 G2stIO.SetSeqResult(GPXfile,Histograms,SeqResult) 435 438 printFile.close()
Note: See TracChangeset
for help on using the changeset viewer.