Changeset a1542aae in sasmodels


Ignore:
Timestamp:
Feb 17, 2015 1:22:36 AM (9 years ago)
Author:
ajj
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
58f41fe
Parents:
a503bfd
Message:

Removing cylinder_clone

Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • CylinderModel.py

    r32c160a ra1542aae  
    55""" 
    66from sasmodels.sasview_model import make_class 
    7 from sasmodels.models import cylinder_clone as cylinder 
     7from sasmodels.models import cylinder 
    88CylinderModel = make_class(cylinder, dtype='single') 
Note: See TracChangeset for help on using the changeset viewer.