Changeset 2549 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Nov 26, 2016 10:29:02 AM (9 years ago)
Author:
vondreele
Message:

fix special position restrictions on Mx,MY,Mz on -1 site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIspc.py ΒΆ

    r2546 r2549  
    20442044    CSI = [[1,2,3],[1.0,1.0,1.0]]
    20452045    for opr in dupDir:
    2046         if '-1' in siteSym and SpnFlp[len(SpnFlp)/2] < 0:
     2046        if '-1' in siteSym and SpnFlp[len(SpnFlp)/2-1] < 0:
    20472047            return [[0,0,0],[0.,0.,0.]]
    20482048        indx = GetNXUPQsym(opr)
Note: See TracChangeset for help on using the changeset viewer.