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"); }