]> henry.ined.fr Git - .git/commitdiff
* imach.c (Module): Testing if conjugate gradient could be quicker when lot of variab...
authorN. Brouard <brouard@ined.fr>
Wed, 14 Jun 2023 14:57:02 +0000 (14:57 +0000)
committerN. Brouard <brouard@ined.fr>
Wed, 14 Jun 2023 14:57:02 +0000 (14:57 +0000)
src/imach.c

index ccfbedbc17cbe10708c051ef91e9bb4a0abce174..ca7e4e9da941661cebdc828c51ca2d0a4c1769f3 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.357  2023/06/14 14:55:52  brouard
+  * imach.c (Module): Testing if conjugate gradient could be quicker when lot of variables POWELLORIGINCONJUGATE
+
   Revision 1.356  2023/05/23 12:08:43  brouard
   Summary: 0.99r46
 
@@ -1389,7 +1392,7 @@ double gnuplotversion=GNUPLOTVERSION;
 /* $State$ */
 #include "version.h"
 char version[]=__IMACH_VERSION__;
-char copyright[]="April 2023,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2022";
+char copyright[]="Testing conjugate April 2023,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2022";
 char fullversion[]="$Revision$ $Date$"; 
 char strstart[80];
 char optionfilext[10], optionfilefiname[FILENAMELENGTH];