From: N. Brouard Date: Wed, 27 Jul 2022 17:40:48 +0000 (+0000) Subject: Summary: valgrind bug fixed by initializing to zero DummyV as well as Tage X-Git-Tag: imach-099s7~102 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=a4faedb9de64b33a68a2e8a7782065d76d952861;p=.git Summary: valgrind bug fixed by initializing to zero DummyV as well as Tage --- diff --git a/src/imach.c b/src/imach.c index 6e6928e..39db19e 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.327 2022/07/27 14:47:35 brouard + Summary: Still a problem for one-step probabilities in case of quantitative variables + Revision 1.326 2022/07/26 17:33:55 brouard Summary: some test with nres=1 @@ -9597,6 +9600,10 @@ int readdata(char datafile[], int firstobs, int lastobs, int *imax) DummyV=ivector(1,NCOVMAX); /* 1 to 3 */ FixedV=ivector(1,NCOVMAX); /* 1 to 3 */ + for(v=1;v