Changeset 2825 for trunk/GSASIIscriptable.py
- Timestamp:
- May 10, 2017 5:20:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
r2822 r2825 92 92 print 'save to file: ',ProjFile 93 93 for name in nameList: 94 print name95 94 data = [] 96 95 item = Project[name[0]] 97 print item98 96 data.append([name[0],item['data']]) 99 97 for item2 in name[1:]:
Note: See TracChangeset
for help on using the changeset viewer.