Changes in / [cd3dba0:7be65ea] in sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile
r23259b9 r34375ea 47 47 model/img/%: ../sasmodels/models/img/% 48 48 ifdef ComSpec 49 $(COPY) $(subst /,\ \,$<) $(subst /,\\,$@)49 $(COPY) $(subst /,\,$<) $(subst /,\,$@) 50 50 else 51 51 $(COPY) $< $@ -
sasmodels/models/spherepy.py
rade352a r34375ea 61 61 from numpy import pi, inf, sin, cos, sqrt, log 62 62 63 name = "sphere "63 name = "sphere (python)" 64 64 title = "Spheres with uniform scattering length density" 65 65 description = """\
Note: See TracChangeset
for help on using the changeset viewer.