A single asymmetry plot allows to toggle the color of the theory function line by the key 't'.

This commit is contained in:
2020-07-27 18:36:27 +02:00
parent 8dc52a269b
commit ccb87e8b7a
23 changed files with 94 additions and 67 deletions

View File

@ -5,7 +5,7 @@ if (CMAKE_VERSION GREATER_EQUAL 3.12)
cmake_policy(SET CMP0075 NEW)
endif (CMAKE_VERSION GREATER_EQUAL 3.12)
project(musrfit VERSION 1.6.2 LANGUAGES C CXX)
project(musrfit VERSION 1.6.3 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON)