added jump to block feature.

This commit is contained in:
2024-12-02 20:05:50 +01:00
parent 532b6f42ff
commit 3004823f36
5 changed files with 101 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# - musrfit --- DKS -----------------------------------------------------------
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(dks "build musrfit with DKS (GPU/MIC) support" ON)