Ignore:
Timestamp:
Aug 10, 2011 8:46:01 AM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
18e250c
Parents:
42c974f
Message:

commit wrap model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/PearlNecklaceModel.py

    r463eb76e r92df66f8  
    2020 
    2121:WARNING: THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 
    22          DO NOT MODIFY THIS FILE, MODIFY c:\workspace\sans\trunk\sansmodels\src\sans\models\c_extensions\pearlnecklace.h 
     22         DO NOT MODIFY THIS FILE, MODIFY ..\c_extensions\pearlnecklace.h 
    2323         AND RE-RUN THE GENERATOR SCRIPT 
    2424 
     
    2626 
    2727from sans.models.BaseComponent import BaseComponent 
    28 from sans_extension.c_models import CPearlNecklaceModel 
     28from sans.models.sans_extension.c_models import CPearlNecklaceModel 
    2929import copy     
    3030 
     
    3737    """  
    3838    Class that evaluates a PearlNecklaceModel model.  
    39     This file was auto-generated from c:\workspace\sans\trunk\sansmodels\src\sans\models\c_extensions\pearlnecklace.h. 
     39    This file was auto-generated from ..\c_extensions\pearlnecklace.h. 
    4040    Refer to that file and the structure it contains 
    4141    for details of the model. 
     
    4646         thick_string    = 2.5 [A] 
    4747         num_pearls      = 3.0  
    48          sld_pearl       = 1e-006 [1/A^(2)] 
    49          sld_string      = 1e-006 [1/A^(2)] 
    50          sld_solv        = 6.3e-006 [1/A^(2)] 
     48         sld_pearl       = 1e-06 [1/A^(2)] 
     49         sld_string      = 1e-06 [1/A^(2)] 
     50         sld_solv        = 6.3e-06 [1/A^(2)] 
    5151         background      = 0.0  
    5252 
     
    7474                num_pearls: number of the pearls 
    7575                radius: the radius of a pearl 
    76                 edge_separation: the length of sring segment; surface to surface 
     76                edge_separation: the length of string segment; surface to surface 
    7777                thick_string: thickness (ie, diameter) of the string""" 
    7878        
Note: See TracChangeset for help on using the changeset viewer.