- Timestamp:
- Jun 3, 2019 3:23:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/WriteHDF5.ipf
r1155 r1156 40 40 fileID = NxCansas_DoSaveFileDialog() 41 41 else 42 NxCansas_CreateFile(fullpath)42 fileID = NxCansas_CreateFile(fullpath) 43 43 Endif 44 44 if(!fileID) … … 144 144 fileID = NxCansas_DoSaveFileDialog() 145 145 else 146 NxCansas_CreateFile(fullpath)146 fileID = NxCansas_CreateFile(fullpath) 147 147 Endif 148 148 if(!fileID) … … 286 286 // 287 287 // TODO: Reinstate Qdev/resolutions when I can fix the reader issue 288 //288 289 289 290 290 // Create qx and qy entry
Note: See TracChangeset
for help on using the changeset viewer.