Ignore:
Timestamp:
Aug 8, 2016 11:24:11 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
2472141
Parents:
2d65d51
Message:

lint and latex cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_cylinder.py

    r42356c8 r40a87fa  
    5252 
    5353To provide easy access to the orientation of the core-shell cylinder, we 
    54 define the axis of the cylinder using two angles $\theta$ and $\phi$.  
     54define the axis of the cylinder using two angles $\theta$ and $\phi$. 
    5555(see :ref:`cylinder model <cylinder-angle-definition>`) 
    5656 
     
    130130             ] 
    131131 
    132 source = ["lib/polevl.c","lib/sas_J1.c", "lib/gauss76.c", "core_shell_cylinder.c"] 
     132source = ["lib/polevl.c", "lib/sas_J1.c", "lib/gauss76.c", "core_shell_cylinder.c"] 
    133133 
    134134def ER(radius, thickness, length): 
    135135    """ 
    136         Returns the effective radius used in the S*P calculation 
     136    Returns the effective radius used in the S*P calculation 
    137137    """ 
    138138    radius = radius + thickness 
     
    143143def VR(radius, thickness, length): 
    144144    """ 
    145         Returns volume ratio 
     145    Returns volume ratio 
    146146    """ 
    147147    whole = pi * (radius + thickness) ** 2 * (length + 2 * thickness) 
Note: See TracChangeset for help on using the changeset viewer.