From 66e5d5e6bc047b3444eed7439276684c09229515 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agn=C3=A8s=20Li=C3=A8vre?= Date: Fri, 19 Apr 2002 13:46:19 +0000 Subject: [PATCH] *** empty log message *** --- src/imach.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imach.c b/src/imach.c index 5ba0474..bc64e0b 100644 --- a/src/imach.c +++ b/src/imach.c @@ -3227,13 +3227,13 @@ while((c=getc(ficpar))=='#' && c!= EOF){ for(j=1; j<=nlstate+ndeath;j++) fprintf(ficrespij," %1d-%1d",i,j); fprintf(ficrespij,"\n"); - for (h=0; h<=nhstepm; h++){ + for (h=0; h<=nhstepm; h++){ fprintf(ficrespij,"%d %.0f %.0f",k,agedeb, agedeb+ h*hstepm/YEARM*stepm ); for(i=1; i<=nlstate;i++) for(j=1; j<=nlstate+ndeath;j++) fprintf(ficrespij," %.5f", p3mat[i][j][h]); fprintf(ficrespij,"\n"); - } + } free_ma3x(p3mat,1,nlstate+ndeath,1, nlstate+ndeath, 0,nhstepm); fprintf(ficrespij,"\n"); } -- 2.43.0