Changeset 3d72901 in sasview for src/sas/sascalc/fit


Ignore:
Timestamp:
Sep 30, 2018 5:54:43 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
73c51df
Parents:
1b4cb41 (diff), 863ac2c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Paul Kienzle <pkienzle@…> (09/30/18 17:54:43)
git-committer:
GitHub <noreply@…> (09/30/18 17:54:43)
Message:

Merge pull request #186 from SasView?/ticket-1179

Ticket 1179: Add the SasView? version to Report Files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/fit/pagestate.py

    r59873e1 r863ac2c  
    640640                if len(value.strip()) == 0: 
    641641                    continue 
    642                 title = value + " [" + repo_time + "]" 
     642                title = (value + " [" + repo_time + "] [SasView v" + 
     643                         SASVIEW_VERSION + "]") 
    643644                title_name = HEADER % title 
    644645            elif name == "data": 
Note: See TracChangeset for help on using the changeset viewer.