Changeset f728001 in sasmodels for explore/angles.py


Ignore:
Timestamp:
Oct 23, 2017 12:34:11 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
ea60e08
Parents:
31eea1f
Message:

paracrystals: document relation to equation numbers in Matsuoka

File:
1 edited

Legend:

Unmodified
Added
Removed
  • explore/angles.py

    ref8e68c rf728001  
    3838 
    3939# include unicode symbols in output, even if piping to a pager 
    40 sys.stdout = codecs.getwriter('utf8')(sys.stdout) 
     40if sys.version_info[0] < 3: 
     41    sys.stdout = codecs.getwriter('utf8')(sys.stdout) 
    4142sp.init_printing(use_unicode=True) 
    4243 
Note: See TracChangeset for help on using the changeset viewer.