Changes between Version 9 and Version 10 of ModelConvInst


Ignore:
Timestamp:
Nov 9, 2015 5:42:58 PM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v9 v10  
    44- As a pure python model : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/broad_peak.py broadpeak.py] 
    55- As a python model with embedded C : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.py sphere.py] 
    6 - As a python wrapper with separate C code : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.py barbell.py], [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.c barbell.c] 
     6- As a python wrapper with separate C code : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/cylinder.py cylinder.py], [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/cylinder.c cylinder.c] 
    77 
    88The documentation for the sasmodels package can be found at http://www.sasview.org/sasmodels/