--- imach/src/imach.c 2023/06/14 14:55:52 1.357 +++ imach/src/imach.c 2023/06/14 14:57:02 1.358 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.357 2023/06/14 14:55:52 brouard Exp $ +/* $Id: imach.c,v 1.358 2023/06/14 14:57:02 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.358 2023/06/14 14:57:02 brouard + * imach.c (Module): Testing if conjugate gradient could be quicker when lot of variables POWELLORIGINCONJUGATE + 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 @@ -1388,12 +1391,12 @@ double gnuplotversion=GNUPLOTVERSION; #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.357 2023/06/14 14:55:52 brouard Exp $ */ +/* $Id: imach.c,v 1.358 2023/06/14 14:57:02 brouard Exp $ */ /* $State: Exp $ */ #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 fullversion[]="$Revision: 1.357 $ $Date: 2023/06/14 14:55:52 $"; +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: 1.358 $ $Date: 2023/06/14 14:57:02 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */