source: sasmodels/CylinderModel.py @ d1fe925

gh-pages
Last change on this file since d1fe925 was d1fe925, checked in by ajj, 8 years ago

Creating gh_pages branch for docs

  • Property mode set to 100644
File size: 239 bytes
Line 
1"""
2Drop-in replacement for sasview cylinder model.
3
4No rescaling or renaming of the parameters.
5"""
6from sasmodels.sasview_model import make_class
7from sasmodels.models import cylinder
8CylinderModel = make_class(cylinder, dtype='single')
Note: See TracBrowser for help on using the repository browser.