From f137377a079e2645612d9cf3041b7da4c82bb73d Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Fri, 16 Sep 2022 13:52:36 +0000 Subject: [PATCH] * src/imach.c (Module): 0.99r41 Was an error when product of timevarying and fixed. Using FixedV[of name] now. Thank you Feinuo --- src/imach.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index 3f61595..a8ef9e9 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,11 @@ /* $Id$ $State$ $Log$ + Revision 1.345 2022/09/16 13:40:11 brouard + Summary: Version 0.99r41 + + * imach.c (Module): 0.99r41 Was an error when product of timevarying and fixed. Using FixedV[of name] now. Thank you Feinuo + Revision 1.344 2022/09/14 19:33:30 brouard Summary: version 0.99r40 @@ -4385,7 +4390,7 @@ double funcone( double *x) * TvarFind[k] 1 0 0 0 0 0 0 0 0 */ /* Other model ncovcol=5 nqv=0 ntv=3 nqtv=0 nlstate=3 - /* V2 V3 V4 are fixed V6 V7 are timevarying so V8 and V5 are not in the model and product column will start at 9 Tvar[4]=6 + * V2 V3 V4 are fixed V6 V7 are timevarying so V8 and V5 are not in the model and product column will start at 9 Tvar[4]=6 * FixedV[ncovcol+qv+ntv+nqtv] V5 * V1 V2 V3 V4 V5 V6 V7 V8 * 0 0 0 0 0 1 1 1 -- 2.43.0