Changeset 3095 for trunk/GSASIIstrMain.py
- Timestamp:
- Sep 21, 2017 2:42:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r3068 r3095 261 261 ''' 262 262 Removes unused parameters from phase varylist if phase not in histogram 263 #TODO - implement "Fix F,X,U" for seq refinement here 263 264 ''' 264 265 pIds = [] … … 333 334 print("Error: not found!") 334 335 continue 336 #TODO - implement "Fix F,X,U" for seq refinement here 337 Histo = {histogram:Histograms[histogram],} 335 338 redphaseVary = phaseCheck(phaseVary,Phases,histogram) 336 Histo = {histogram:Histograms[histogram],}337 339 hapVary,hapDict,controlDict = G2stIO.GetHistogramPhaseData(Phases,Histo,Print=False) 338 340 calcControls.update(controlDict)
Note: See TracChangeset
for help on using the changeset viewer.