- Timestamp:
- Mar 14, 2016 1:34:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/QKK_ANSTO_Transmission.ipf
r917 r986 208 208 do 209 209 if(cmpstr(T_Filenames[ii],"")==0 || cmpstr(S_Filenames[ii],"")==0 || cmpstr(EMP_Filenames[ii],"")==0) 210 print "Row is incomplete and therefore being deleted " + T_Filenames + " " + S_Filenames + " " + EMP_Filenames210 print "Row is incomplete and therefore being deleted " + T_Filenames[ii] + " " + S_Filenames[ii] + " " + EMP_Filenames[ii] 211 211 DeletePoints ii,1,T_Filenames,S_Filenames,EMP_Filenames 212 212 ii-=1
Note: See TracChangeset
for help on using the changeset viewer.