From a2a95d8374b542bb6f3ce9dd503f4af498ac4f9b Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Sat, 14 Sep 2024 14:21:47 +0200 Subject: [PATCH] Update CHANGLELOG. --- CHANGES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f875b383..585888ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,10 @@ -[ Henri Menke ] - * [BUG FIX] Add missing stdexcept header +[ Franck Houssen ] * [BUG FIX] Fix arpack solver to handle real and imag shifts. * [BUG FIX] Make sure the restart file of the arpack solver i written. +[ Henri Menke ] + * [BUG FIX] Add missing stdexcept header + [ Kyle Guinn ] * Build PARPACK p[sd]lamch10.f with FFLAGS from ./configure instead of forcing -O0. Build all of PARPACK with AM_FFLAGS.