Changeset 4878 for trunk/GSASIIobj.py
- Timestamp:
- Apr 10, 2021 4:16:31 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4834 r4878 2246 2246 pass 2247 2247 else: 2248 raise Exception(" Too manycolons in var name "+str(args[0]))2248 raise Exception("Incorrect number of colons in var name "+str(args[0])) 2249 2249 self.name = lst[2] 2250 2250 elif len(args) == 4:
Note: See TracChangeset
for help on using the changeset viewer.