From 34c519a7d2a1a776dcd9ce73372f464bed41beb8 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Fri, 22 Jul 2022 12:30:08 +0000 Subject: [PATCH] * imach.c (Module): Output of Wald test in the htm file and not only in the log. --- src/imach.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index 315f2f1..78c0abb 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $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. + Revision 1.321 2022/07/22 12:04:24 brouard Summary: r28 @@ -1207,7 +1210,7 @@ typedef struct { /* $State$ */ #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 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$ $Date$"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; -- 2.43.0