Ignore:
Timestamp:
Apr 15, 2009 7: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/Hardsphere.h

    r25a608f5 r70faf5d  
    1515 // 
    1616 //                                             R: radius of the Hardsphere particle 
    17  //                                             V:The volume fraction  
     17 //                                             V:The volume fraction 
    1818 // 
    19  //    Ref: Percus., J. K.,etc., J. Phy. Rev.  
     19 //    Ref: Percus., J. K.,etc., J. Phy. Rev. 
    2020 //    1958, 110, 1. 
    2121 //      </text> 
    22  //[FIXED]= radius.width   
     22 //[FIXED]= radius.width 
    2323 
    2424 
    2525typedef struct { 
    26     /// Radius of hardsphere [A] 
    27     //  [DEFAULT]=radius=50.0 A 
     26    /// Radius of hardsphere [Å] 
     27    //  [DEFAULT]=radius=50.0 [Å] 
    2828    double radius; 
    2929 
Note: See TracChangeset for help on using the changeset viewer.