- Timestamp:
- Mar 24, 2021 10:06:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r4759 r4863 276 276 for Tid,Ttype,Tcoord in targAtoms: 277 277 if 'macro' in General['Type']: 278 result = [[Tcoord,1,[0,0,0]], ]278 result = [[Tcoord,1,[0,0,0]],[]] 279 279 else: 280 280 result = G2spc.GenAtom(Tcoord,SGData,False,Move=False) … … 2108 2108 Coords = [] 2109 2109 Types = [] 2110 iBeg = 0 2110 2111 else: 2111 2112 Names = ['all '+ name for name in General['AtomTypes']]
Note: See TracChangeset
for help on using the changeset viewer.