Ignore:
Timestamp:
Aug 25, 2009 1:31:36 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:
ff85cc5
Parents:
c8727c5
Message:

fixed a mistake and changed a para_name

File:
1 edited

Legend:

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

    r42f193a re2afadf  
    55 * Structure definition for vesicle parameters 
    66[PYTHONCLASS] = VesicleModel 
    7 [DISP_PARAMS] = core_radius,thickness 
    8 [DESCRIPTION] =<text>Model parameters:  core_radius : Core radius of the vesicle 
     7[DISP_PARAMS] = radius,thickness 
     8[DESCRIPTION] =<text>Model parameters:  radius : core radius of the vesicle 
    99                thickness: shell thickness 
    1010                core_sld: core scattering length density 
     
    1313                scale : scale factor 
    1414</text> 
    15 [FIXED]=  core_radius.width; thickness.width 
     15[FIXED]=  radius.width; thickness.width 
    1616[ORIENTATION_PARAMS]= <text> </text> 
    1717 */ 
     
    2222 
    2323    /// Core radius of the vesicle [A] 
    24     //  [DEFAULT]=core_radius= 100.0 [A] 
    25     double core_radius; 
     24    //  [DEFAULT]=radius= 100.0 [A] 
     25    double radius; 
    2626 
    2727        ///     shell thickness [Å] 
Note: See TracChangeset for help on using the changeset viewer.