Changes in / [7be65ea:cd3dba0] in sasmodels


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

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

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