Changeset 971 for sans/Dev/trunk/NCNR_User_Procedures/Reduction
- Timestamp:
- Dec 2, 2015 1:24:05 PM (7 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf
r967 r971 1 1 #pragma rtGlobals=3 // Use modern global access method and strict wave access. 2 3 // to properly set up the template for other facility reduction templates, 4 // function NCNR_VSANS() must exist here in the Includes file. 5 // 6 Function NCNR_VSANS() 7 //does nothing but define NCNR() 8 return(0) 9 End 10 2 11 3 12 #include "VC_DetectorBinning_Q" … … 30 39 #include "V_HDF5_Write" 31 40 #include "V_HDF5_RW_Utils" 41 42 // start of VSANS reduction procedures 43 #include "V_Initialize" 44 #include "V_MainPanel" 45 #include "V_Menu" 46 #include "V_VSANS_Preferences" 47 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_HDF5_RW_Utils.ipf
r970 r971 314 314 315 315 if(!groupID) 316 HDF5CreateGroup /Z fileID, groupName, groupID 317 //err = 1 318 //abort "HDF5 group does not exist" 316 // don't create the group it the name isn't right -- throw up an error 317 //HDF5CreateGroup /Z fileID, groupName, groupID 318 err = 1 319 HDF5CloseFile /Z fileID 320 DoAlert 0, "HDF5 group does not exist "+groupName+varname 321 return(err) 319 322 else 320 323 // get attributes and save them … … 399 402 400 403 if(!groupID) 401 HDF5CreateGroup /Z fileID, groupName, groupID 402 //err = 1 403 //abort "HDF5 group does not exist" 404 // don't create the group it the name isn't right -- throw up an error 405 //HDF5CreateGroup /Z fileID, groupName, groupID 406 err = 1 407 HDF5CloseFile /Z fileID 408 DoAlert 0, "HDF5 group does not exist "+groupName+varname 409 return(err) 404 410 else 405 411 // get attributes and save them
Note: See TracChangeset
for help on using the changeset viewer.