Ignore:
Timestamp:
Apr 15, 2009 9:58:33 AM (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:
b22748b
Parents:
179a411
Message:

changed notation of units

File:
1 edited

Legend:

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

    r25a608f5 r70faf5d  
    1818//              w: well width; multiples of the particle diameter 
    1919// 
    20 //              Ref: Sharma, R. V.; Sharma, K. C., Physica,  
     20//              Ref: Sharma, R. V.; Sharma, K. C., Physica, 
    2121//            1977, 89A, 213. 
    2222//                      </text> 
    23 //   [FIXED]= radius.width  
     23//   [FIXED]= radius.width 
    2424//[ORIENTATION_PARAMS]= <text> </text> 
    2525 
    2626 
    2727typedef struct { 
    28     /// Radius of particle [A] 
    29     //  [DEFAULT]=radius=50.0 A 
     28    /// Radius of particle [Å] 
     29    //  [DEFAULT]=radius=50.0 [Å] 
    3030    double radius; 
    3131 
     
    3535 
    3636    /// Well depth [kT] 
    37     //  [DEFAULT]=welldepth= 1.50 kT 
     37    //  [DEFAULT]=welldepth= 1.50 [kT] 
    3838    double welldepth; 
    3939 
    40     /// Well width  
    41     //  [DEFAULT]=wellwidth= 1.20  
     40    /// Well width 
     41    //  [DEFAULT]=wellwidth= 1.20 
    4242    double wellwidth; 
    4343 
Note: See TracChangeset for help on using the changeset viewer.