Changeset b76191e in sasmodels


Ignore:
Timestamp:
Sep 29, 2017 9:37:06 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

reorder magnetic parameters in sascomp output to make it easier to copy them into sasview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r765eb0e rb76191e  
    533533                % (pd, n, nsigma, nsigma, pdtype) 
    534534    if M0 != 0.: 
    535         line += "  M0:%.3f  mphi:%.1f  mtheta:%.1f" % (M0, mphi, mtheta) 
     535        line += "  M0:%.3f  mtheta:%.1f  mphi:%.1f" % (M0, mtheta, mphi) 
    536536    return line 
    537537 
Note: See TracChangeset for help on using the changeset viewer.