Ignore:
Timestamp:
Aug 3, 2009 7:44:15 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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:
42f193a
Parents:
0f3fefe
Message:

FIXED A BUG

File:
1 edited

Legend:

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

    r3d25331f r2cc633b  
    66 
    77        [PYTHONCLASS] = MultiShellModel 
    8         [DISP_PARAMS] = core_radius 
    9         [DESCRIPTION] =<text> 
    10                                                 Model parameters: 
    11                                                 scale : scale factor 
    12                                                 core_radius : Core radius of the multishell  
    13                                                 s_thickness: shell thickness 
    14                                                 w_thickness: water thickness 
    15                                                 core_sld: core scattering length density 
    16                                                 shell_sld: shell scattering length density 
    17                                                 n_pairs:number of pairs of water/shell 
    18                                                 background: incoherent background 
     8        [DISP_PARAMS] = core_radius, s_thickness, w_thickness 
     9        [DESCRIPTION] =<text>Model parameters: 
     10                                scale : scale factor 
     11                                core_radius : Core radius of the multishell 
     12                                s_thickness: shell thickness 
     13                                w_thickness: water thickness 
     14                                core_sld: core scattering length density 
     15                                shell_sld: shell scattering length density 
     16                                n_pairs:number of pairs of water/shell 
     17                                background: incoherent background 
    1918               </text> 
    20         [FIXED]=  core_radius.width 
     19        [FIXED]=  core_radius.width; s_thickness.width; w_thickness.width 
    2120        [ORIENTATION_PARAMS]= <text> </text> 
    2221 */ 
Note: See TracChangeset for help on using the changeset viewer.