Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/models/c_extension/python_wrapper/modelTemplate.txt

    r1f5f206 rc93122e  
    1717 
    1818.. WARNING:: 
     19 
    1920   THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 
    2021   DO NOT MODIFY THIS FILE, MODIFY 
     
    2930def create_[PYTHONCLASS](): 
    3031    """ 
    31     Create a model instance 
     32       Create a model instance 
    3233    """ 
    3334    obj = [PYTHONCLASS]() 
     
    99100        """ 
    100101        Evaluate the model 
    101  
    102102        :param x: input q, or [q,phi] 
    103103        :return: scattering function P(q) 
     
    108108        """ 
    109109        Evaluate the model in cartesian coordinates 
    110  
    111110        :param x: input q, or [qx, qy] 
    112111        :return: scattering function P(q) 
     
    117116        """ 
    118117        Evaluate the model in cartesian coordinates 
    119  
    120118        :param x: input q[], or [qx[], qy[]] 
    121119        :return: scattering function P(q[]) 
     
    126124        """ 
    127125        Calculate the effective radius for P(q)*S(q) 
    128  
    129126        :return: the value of the effective radius 
    130127        """ 
     
    134131        """ 
    135132        Calculate the volf ratio for P(q)*S(q) 
    136  
    137133        :return: the value of the volf ratio 
    138134        """ 
     
    142138        """ 
    143139        Set the dispersion object for a model parameter 
    144  
    145140        :param parameter: name of the parameter [string] 
    146141        :param dispersion: dispersion object of type DispersionModel 
Note: See TracChangeset for help on using the changeset viewer.