- 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/ANSTO_Utils.ipf
r795 r857 396 396 End 397 397 398 399 //function to test a file to see if it is a DIV file 400 // 401 // returns truth 0/1 402 // 403 // called by many procedures (both external and local) 404 // 405 Function CheckIfDIVData(fname) 406 String fname 407 408 409 // if(your test here) 410 // //true, is DIV data file 411 Return(1) 412 // else 413 // //some other file 414 // Return(0) 415 // Endif 416 417 End 418 398 419 Function isScatFile(fname) 399 420 String fname
Note: See TracChangeset
for help on using the changeset viewer.