Changeset 473183c in sasmodels for Models/code_triaxialellipse.py


Ignore:
Timestamp:
Jul 24, 2014 7:59:02 AM (10 years ago)
Author:
HMP1 <helen.park@…>
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:
ca6c007
Parents:
dbb0048
Message:

organizing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Models/code_triaxialellipse.py

    rdbb0048 r473183c  
    33 
    44import numpy as np 
    5 from math import asin 
    65import pyopencl as cl 
     6 
    77from weights import GaussianDispersion 
    8 from sasmodel import card 
     8from Models.sasmodel import card 
     9 
    910 
    1011def set_precision(src, qx, qy, dtype): 
Note: See TracChangeset for help on using the changeset viewer.