Ignore:
Timestamp:
Jan 29, 2009 5:34:59 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
da3dae3
Parents:
1f3655a
Message:

c_model wrappergenerator modified…
self.fixed list added to model

Location:
sansmodels/src/sans/models/c_extensions
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/core_shell.h

    r96672c0 r836fe6e  
    88 //[DISP_PARAMS] = radius, thickness 
    99 //[DESCRIPTION] ="" 
     10 //[FIXED]= <text> thickness.width;radius.width</text> 
    1011typedef struct { 
    1112    /// Scale factor 
  • sansmodels/src/sans/models/c_extensions/core_shell_cylinder.h

    r4d3acb6 r836fe6e  
    2626 //                                     phi: the axis_phi of the cylinder 
    2727 //                                     </text> 
     28 //[FIXED]= <text> axis_phi.width; axis_theta.width; length.width;radius.width; thickness_width</text> 
    2829 
    2930typedef struct { 
  • sansmodels/src/sans/models/c_extensions/cylinder.h

    r4ce29e0 r836fe6e  
    1515                                                sin(alpha)*dalpha+ bkg 
    1616                                        </text> 
     17        [FIXED]= <text> cyl_phi.width; cyl_theta.width; length.width;radius.width</text> 
    1718         
    1819 **/ 
  • sansmodels/src/sans/models/c_extensions/ellipsoid.h

    r4d3acb6 r836fe6e  
    1919 //                                             Rb: radius perpendicular to the rotation axis of the ellipsoid 
    2020 //                                             </text> 
     21 //[FIXED]= <text> axis_phi.width; axis_theta;radius_a.width; 
     22 //radius_b.width; length.width; r_minor.width, r_ratio.width</text> 
    2123typedef struct { 
    2224    /// Scale factor 
  • sansmodels/src/sans/models/c_extensions/elliptical_cylinder.h

    r96672c0 r836fe6e  
    66 * [DISP_PARAMS] = r_minor, r_ratio, length, cyl_theta, cyl_phi, cyl_psi 
    77 * [DESCRIPTION] = "" 
     8 * [FIXED]= <text> cyl_phi.width; 
     9 * cyl_theta; cyl_psi.width; length.width; r_minor.width; r_ratio.width </text> 
    810 * */ 
    911typedef struct { 
  • sansmodels/src/sans/models/c_extensions/sphere.h

    r98bfd10 r836fe6e  
    1515 //                                             solvent_sld: the scattering length density of the solvent 
    1616 //                             </text> 
     17 //[FIXED]= <text> radius.width</text> 
    1718  
    1819typedef struct { 
Note: See TracChangeset for help on using the changeset viewer.