Changeset 1355 for trunk/GSASIIIO.py
- Timestamp:
- May 20, 2014 11:49:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r1331 r1355 865 865 def ProjFileOpen(G2frame): 866 866 'Read a GSAS-II project file and load into the G2 data tree' 867 if not os.path.exists(G2frame.GSASprojectfile): 868 print ('\n*** Error attempt to open project file that does not exist:\n '+ 869 str(G2frame.GSASprojectfile)) 870 return 867 871 file = open(G2frame.GSASprojectfile,'rb') 868 872 print 'load from file: ',G2frame.GSASprojectfile
Note: See TracChangeset
for help on using the changeset viewer.