Changeset 34375ea in sasmodels
- Timestamp:
- Nov 24, 2015 11:57:39 AM (9 years ago)
- 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:
- 7be65ea
- Parents:
- 0e9048f
- 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.