Changeset b955dd5 in sasmodels
- Timestamp:
- Apr 1, 2019 7:10:08 AM (6 years ago)
- Branches:
- master
- Children:
- f64b154
- Parents:
- f8060c5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/index.rst
rf8060c5 rb955dd5 17 17 18 18 .. only:: html 19 19 20 :Release: |version| 20 21 :Date: |today| … … 23 24 24 25 .. toctree:: 25 :numbered:26 26 :maxdepth: 4 27 27 … … 38 38 39 39 .. only:: html 40 40 41 * :ref:`search` -
sasmodels/modelinfo.py
ra34b811 rb955dd5 292 292 Control parameters are used for variant models such as :ref:`rpa` which 293 293 have different cases with different parameters, as well as models 294 like :ref:`spherical_sld`with its user defined number of shells.294 like *spherical_sld* with its user defined number of shells. 295 295 The control parameter should appear in the parameter table along with the 296 296 parameters it is is controlling. For variant models, use *[CASES]* in … … 957 957 structure_factor = None # type: bool 958 958 #: True if the model defines an Fq function with signature 959 #: void Fq(double q, double *F1, double *F2, ...)959 #: ``void Fq(double q, double *F1, double *F2, ...)`` 960 960 have_Fq = False 961 961 #: List of options for computing the effective radius of the shape,
Note: See TracChangeset
for help on using the changeset viewer.