--- imach/src/imach.c 2023/04/29 10:43:47 1.351 +++ imach/src/imach.c 2023/04/29 10:46:21 1.352 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.351 2023/04/29 10:43:47 brouard Exp $ +/* $Id: imach.c,v 1.352 2023/04/29 10:46:21 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.352 2023/04/29 10:46:21 brouard + *** empty log message *** + Revision 1.351 2023/04/29 10:43:47 brouard Summary: 099r45 @@ -1364,12 +1367,12 @@ double gnuplotversion=GNUPLOTVERSION; #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.351 2023/04/29 10:43:47 brouard Exp $ */ +/* $Id: imach.c,v 1.352 2023/04/29 10:46:21 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="January 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.351 $ $Date: 2023/04/29 10:43:47 $"; +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.352 $ $Date: 2023/04/29 10:46:21 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */