Ignore:
Timestamp:
Aug 19, 2008 2:42:22 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
d30fdde
Parents:
a86bbe9
Message:

Update of all C models to the new style of C++ models

File:
1 edited

Legend:

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

    rae3ce4e r0f5bc9f  
    22#define sphere_h 
    33 
    4 /**  
    5  * Structure definition for sphere parameters  
     4/** 
     5 * Structure definition for sphere parameters 
    66 */ 
    77 //[PYTHONCLASS] = SphereModel 
     8 //[DISP_PARAMS] = radius 
    89typedef struct { 
    9     /// Scale factor  
     10    /// Scale factor 
    1011    //  [DEFAULT]=scale=1.0e-6 
    1112    double scale; 
    12      
    13     /// Radius of sphere [A]  
     13 
     14    /// Radius of sphere [A] 
    1415    //  [DEFAULT]=radius=60.0 A 
    1516    double radius; 
    16      
    17     /// Contrast [Å-2]  
     17 
     18    /// Contrast [Å-2] 
    1819    //  [DEFAULT]=contrast=1.0 A-2 
    1920    double contrast; 
    20      
     21 
    2122        /// Incoherent Background [cm-1] 
    2223        //  [DEFAULT]=background=0 cm-1 
    23         double background;     
     24        double background; 
    2425} SphereParameters; 
    2526 
Note: See TracChangeset for help on using the changeset viewer.