Ignore:
Timestamp:
Nov 18, 2008 3:21:34 PM (14 years ago)
Author:
srkline
Message:

Bug fixes for some of the newly added (2008) Analysis model functions. All are tested now and should be correct.

Also included in these changes are a few bug fixes in the package loader and Correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/ConvexLens_v40.ipf

    r449 r451  
    118118        rad = w[1] 
    119119//      len = w[2] 
    120         endRad = w[3] 
    121         sldc = w[4] 
    122         slds = w[5] 
    123         bkg = w[6] 
     120        endRad = w[2] 
     121        sldc = w[3] 
     122        slds = w[4] 
     123        bkg = w[5] 
    124124 
    125125        hDist = -1*sqrt(abs(endRad^2-rad^2)) 
Note: See TracChangeset for help on using the changeset viewer.