Changeset 2844 for trunk/GSASIIobj.py
- Timestamp:
- May 30, 2017 4:25:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r2835 r2844 980 980 regular expressions. Initialized in :func:`CompileVarDesc`. 981 981 ''' 982 P1SGData = G2spc.SpcGroup('P 1')[1] # data structure for default space group 982 # create a default space group object for P1; N.B. fails when building documentation 983 try: 984 P1SGData = G2spc.SpcGroup('P 1')[1] # data structure for default space group 985 except TypeError: 986 continue 983 987 984 988 def GetPhaseNames(fl):
Note: See TracChangeset
for help on using the changeset viewer.