--- imach/src/imach.c 2022/07/22 12:27:48 1.322 +++ imach/src/imach.c 2022/07/22 12:30:08 1.323 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.322 2022/07/22 12:27:48 brouard Exp $ +/* $Id: imach.c,v 1.323 2022/07/22 12:30:08 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.323 2022/07/22 12:30:08 brouard + * imach.c (Module): Output of Wald test in the htm file and not only in the log. + Revision 1.322 2022/07/22 12:27:48 brouard * imach.c (Module): Output of Wald test in the htm file and not only in the log. @@ -1206,12 +1209,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.322 2022/07/22 12:27:48 brouard Exp $ */ +/* $Id: imach.c,v 1.323 2022/07/22 12:30:08 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="May 2022,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.322 $ $Date: 2022/07/22 12:27:48 $"; +char copyright[]="July 2022,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.323 $ $Date: 2022/07/22 12:30:08 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */