Changes in / [cd3dba0:7be65ea] in sasmodels


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    r23259b9 r34375ea  
    4747model/img/%: ../sasmodels/models/img/% 
    4848ifdef ComSpec 
    49         $(COPY) $(subst /,\\,$<) $(subst /,\\,$@) 
     49        $(COPY) $(subst /,\,$<) $(subst /,\,$@) 
    5050else 
    5151        $(COPY) $< $@ 
  • sasmodels/models/spherepy.py

    rade352a r34375ea  
    6161from numpy import pi, inf, sin, cos, sqrt, log 
    6262 
    63 name = "sphere" 
     63name = "sphere (python)" 
    6464title = "Spheres with uniform scattering length density" 
    6565description = """\ 
Note: See TracChangeset for help on using the changeset viewer.