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

Changes to the XOP code to use the newly added functions (2008 models).

XOPs have been verified against the Igor version of the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/XOP_Dev/SANSAnalysis/XOP/Sphere.h

    r154 r452  
    1919int BinaryHS_PSF12X(FitParamsPtr p); 
    2020int BinaryHS_PSF22X(FitParamsPtr p); 
     21// 
     22int OneShellX(FitParamsPtr p); 
     23int TwoShellX(FitParamsPtr p); 
     24int ThreeShellX(FitParamsPtr p); 
     25int FourShellX(FitParamsPtr p); 
     26int PolyOneShellX(FitParamsPtr p); 
     27int PolyTwoShellX(FitParamsPtr p); 
     28int PolyThreeShellX(FitParamsPtr p); 
     29int PolyFourShellX(FitParamsPtr p); 
     30int BCC_ParaCrystalX(FitParamsPtr p); 
     31int FCC_ParaCrystalX(FitParamsPtr p); 
     32int SC_ParaCrystalX(FitParamsPtr p); 
Note: See TracChangeset for help on using the changeset viewer.