Skip to content

Commit 7ba7703

Browse files
committed
Account for single and double escape peaks for nuclides and reactions when assigning based on currently showing reference lines.
Some handwaving fudginess is applied to still prefer assigning actual gammas, rather than S.E. or D.E. peaks (something like a factor of 2 in amplitude, and also assumes generic 20% HPGe), but seems to work.
1 parent ba03d22 commit 7ba7703

File tree

2 files changed

+176
-52
lines changed

2 files changed

+176
-52
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ elseif(BUILD_AS_OSX_APP)
10421042

10431043
#set MACOS_BUNDLE_VERSION_NUMBER for Info.plist.template to populate cooresponding value in Xcode
10441044
#math(EXPR MACOS_BUNDLE_VERSION_NUMBER "100*(${PROJECT_VERSION_MAJOR}-1) + 10*${PROJECT_VERSION_MINOR} + ${PROJECT_VERSION_PATCH}" )
1045-
set(MACOS_BUNDLE_VERSION_NUMBER 15)
1045+
set(MACOS_BUNDLE_VERSION_NUMBER 16)
10461046

10471047
set_target_properties(
10481048
InterSpecExe

0 commit comments

Comments
 (0)