add feature that mupp_plotter can show/hide lines between the data points.

This commit is contained in:
2022-12-03 11:02:20 +01:00
parent 62c3600fb7
commit 3e534d11f7
5 changed files with 39 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# - musrfit --- DKS -----------------------------------------------------------
cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.8.1 LANGUAGES C CXX)
project(musrfit VERSION 1.8.2 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON)