Changeset 5029 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Sep 22, 2021 5:26:46 PM (18 months ago)
Author:
vondreele
Message:

upper limit on crystallite size = 10 (it was 4)
consolidate import subprocess as subp (remove the extra imports)
minor change to MakeInst? for bug in RMCProfile 6.7.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r5021 r5029  
    24302430        fl.write('%12.6e%14.6e%14.6e\n'%(inst[prms[8]][1],inst[prms[9]][1],inst[prms[10]][1]))   
    24312431        fl.write('%12.6e%14.6e%14.6e%14.6e%14.6e\n'%(inst[prms[11]][1],inst[prms[12]][1]+Ysb,inst[prms[13]][1]+Xsb,0.0,0.0))
     2432        fl.write('\n\n\n')
    24322433        fl.close()
    24332434    else:
Note: See TracChangeset for help on using the changeset viewer.