- Timestamp:
- Sep 29, 2010 12:48:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf
r747 r748 804 804 // do not construct constraints for any of the coefficients that are being held 805 805 // -- this will generate an "unknown error" from the curve fitting 806 // -- if constraints are not used, the constr wave is killed (null), but that's OK 806 // -- if constraints are not used, the constr wave is killed. This apparently 807 // confuses the /NWOK flag, since there is not even a null reference present. So generate one. 807 808 if(useConstr) 808 809 Make/O/T/N=0 constr … … 825 826 else 826 827 KillWaves/Z constr 828 Wave/T/Z constr = constr //this is intentionally a null reference 827 829 endif 828 830
Note: See TracChangeset
for help on using the changeset viewer.