Skip to content
Snippets Groups Projects
Commit c8537d13 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

typo fix

parent 59ae7a19
Branches
No related tags found
No related merge requests found
cmake_minimum_required (VERSION 3.8)
## Data directory
set (SHARE_DIRS "data" "doc" "infiles")
set (SHARE_DIRS "data" "doc" "infiles" "examples")
################################################################################
## Export and Install
......
......@@ -97,7 +97,7 @@
if (doing_2pi) then
m = m+1
NtupleTag(m) = 'Weight' ! 34
endif
else if (doing_pion .or. doing_kaon .or. doing_delta) then
m = m+1
NtupleTag(m) = 'missmass' ! 34
m = m+1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment