dump_header can dump #counts for each detector. Currently only for MusrRoot.

This commit is contained in:
2023-05-16 14:21:33 +02:00
parent 5d9eb0dcec
commit 420b301ac5
3 changed files with 65 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# - musrfit
cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.9.0 LANGUAGES C CXX)
project(musrfit VERSION 1.9.1 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(nexus "build optional NeXus support. Needed for ISIS" OFF)