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 6b31c0a35d
commit 72dd9dea65
5 changed files with 39 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# - musrfit
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(nexus "build optional NeXus support. Needed for ISIS" OFF)