- Timestamp:
- Jul 6, 2012 5:29:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/FACILITY_Utils.ipf
r795 r857 259 259 // if(your test here) 260 260 // //true, is raw data file 261 // Return(1) 262 // else 263 // //some other file 264 // Return(0) 265 // Endif 266 267 End 268 269 //function to test a file to see if it is a DIV file 270 // 271 // returns truth 0/1 272 // 273 // called by many procedures (both external and local) 274 // 275 Function CheckIfDIVData(fname) 276 String fname 277 278 279 // if(your test here) 280 // //true, is DIV data file 261 281 // Return(1) 262 282 // else
Note: See TracChangeset
for help on using the changeset viewer.