From 67982936cf06ba515dde8e19d2fd09bf3f8bf450 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Thu, 9 May 2019 13:44:18 +0000 Subject: [PATCH] Summary: Before ncovmax --- src/imach.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index 9e2cf5a..b3774fb 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,11 @@ /* $Id$ $State$ $Log$ + Revision 1.290 2019/05/09 13:39:37 brouard + Summary: 0.99r18 unlimited number of individuals + + The number n which was limited to 20,000 cases is now unlimited, from firstobs to lastobs. If the number is too for the virtual memory, probably an error will occur. + Revision 1.289 2018/12/13 09:16:26 brouard Summary: Bug for young ages (<-30) will be in r17 @@ -1049,7 +1054,7 @@ typedef struct { #define NINTERVMAX 8 #define NLSTATEMAX 8 /**< Maximum number of live states (for func) */ #define NDEATHMAX 8 /**< Maximum number of dead states (for func) */ -/* #define NCOVMAX 20 */ /**< Maximum number of covariates, including generated covariates V1*V2 */ +#define NCOVMAX 20 /**< Maximum number of covariates, including generated covariates V1*V2 */ #define codtabm(h,k) (1 & (h-1) >> (k-1))+1 /*#define decodtabm(h,k,cptcoveff)= (h <= (1<> (k-1)) & 1) +1 : -1)*/ #define decodtabm(h,k,cptcoveff) (((h-1) >> (k-1)) & 1) +1 -- 2.43.0