added jump to block feature.

This commit is contained in:
2024-12-02 20:05:50 +01:00
parent 6f8b0a2341
commit 5c3accc6ed
5 changed files with 101 additions and 1 deletions

View File

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