Changeset b76191e in sasmodels
- Timestamp:
- Sep 29, 2017 9:37:06 AM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 74b0495, 6e72989
- Parents:
- 1f058ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
r765eb0e rb76191e 533 533 % (pd, n, nsigma, nsigma, pdtype) 534 534 if M0 != 0.: 535 line += " M0:%.3f m phi:%.1f mtheta:%.1f" % (M0, mphi, mtheta)535 line += " M0:%.3f mtheta:%.1f mphi:%.1f" % (M0, mtheta, mphi) 536 536 return line 537 537
Note: See TracChangeset
for help on using the changeset viewer.