Changeset 3d72901 in sasview for src/sas/sascalc/fit
- Timestamp:
- Sep 30, 2018 5:54:43 PM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/fit/pagestate.py
r59873e1 r863ac2c 640 640 if len(value.strip()) == 0: 641 641 continue 642 title = value + " [" + repo_time + "]" 642 title = (value + " [" + repo_time + "] [SasView v" + 643 SASVIEW_VERSION + "]") 643 644 title_name = HEADER % title 644 645 elif name == "data":
Note: See TracChangeset
for help on using the changeset viewer.