Skip to content
Snippets Groups Projects
Commit 30a40c5b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

This is release 2.4.0d (fixes recent bug in ps_plotter)

parent 780b742a
No related branches found
Tags v2.4.0d
No related merge requests found
Release 2.4.0c of 08aug17:
Release 2.4.0d (sic) of 08aug17:
- Improved plot symbols, now uniform in Gnuplot and PS/acol7
- Improved Load_96, now handling most variations of i96 format
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.4.0c)
set(Frida_VERSION 2.4.0d)
include(CTest) # equivalent to "enable_testing() ???
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) # => 'make check' is an alias for 'ctest'
......
......@@ -45,6 +45,7 @@ void CPS_Plotter::start_frame1D(const string& _caller, const CAxis& _X, const CA
caller = _caller;
X = &_X;
Y = &_Y;
ps_accu = "";
ps_snum = 0;
ps_Doc = "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment