From 16e0430e66bdb05b7693255aa32cf0b3aa17101b Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Fri, 10 Jul 2020 13:52:49 -0700 Subject: [PATCH] rel1_71_4 --- src/notes | 6 ++++++ src/release.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/notes b/src/notes index 5657ce0..20de63c 100644 --- a/src/notes +++ b/src/notes @@ -1,4 +1,10 @@ -------------------------------------------------------------------------------- +rel1_71_4 +-------------------------------------------------------------------------------- +51217ee Fix BasisMapping single-task map for np0!=np1 +712c6f8 Set nrowmax to ntasks if larger than ntasks +4c3f1b1 Fix precision in bisection time output +-------------------------------------------------------------------------------- rel1_71_3 -------------------------------------------------------------------------------- e7ea41f Make test_fftw no-op if USE_FFTW2 not defined diff --git a/src/release.cpp b/src/release.cpp index 0c095ba..84b09c8 100644 --- a/src/release.cpp +++ b/src/release.cpp @@ -19,5 +19,5 @@ #include "release.h" std::string release(void) { - return std::string("rel1_71_3dev"); + return std::string("rel1_71_4"); } -- libgit2 0.26.0