Skip to content

Commit 3921bec

Browse files
committed
[hist] Create directory for new histograms
Design documents and the implementation will be added over time.
1 parent 3b327e0 commit 3921bec

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/graf3d/ @couet
1919
/gui/ @bellenot
2020
/hist/ @lmoneta
21+
/hist/histv7/ @hahnjo
2122
/html/ @dpiparo
2223
/icons/ @bellenot
2324
/interpreter/ @dpiparo

hist/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
add_subdirectory(hist)
88
add_subdirectory(histpainter)
9+
if(root7)
10+
add_subdirectory(histv7)
11+
endif()
912
if (spectrum)
1013
add_subdirectory(spectrum)
1114
add_subdirectory(spectrumpainter)

hist/histv7/CMakeLists.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)