Changeset 1092 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Alpha
- Timestamp:
- Mar 23, 2018 10:29:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Alpha/Tinker/FFT_Panel.ipf
r1000 r1092 1095 1095 else 1096 1096 list += num2str(V_max) + ";" 1097 MultiThread mz = mz[p][q] == V_max ? V_min : mz[p][q] // replace the max with min1097 MultiThread mz = mz[p][q][r] == V_max ? V_min : mz[p][q][r] // replace the max with min 1098 1098 endif 1099 1099 while(!done) 1100 1100 1101 1101 // Print "Found values in matrix = ",list 1102 KillWaves/Z mz1102 // KillWaves/Z mz 1103 1103 1104 1104 return(list)
Note: See TracChangeset
for help on using the changeset viewer.