]> henry.ined.fr Git - .git/commitdiff
(Module): varevsij Comments added explaining the second
authorN. Brouard <brouard@ined.fr>
Tue, 14 Mar 2006 18:20:07 +0000 (18:20 +0000)
committerN. Brouard <brouard@ined.fr>
Tue, 14 Mar 2006 18:20:07 +0000 (18:20 +0000)
table of variances if popbased=1 .
(Module): Covariances of eij, ekl added, graphs fixed, new html link.
(Module): Function pstamp added
(Module): Version 0.98d

src/imach.c

index d534645bee34e1e3a251857f6a5fd5dfde9571a3..f6dd1f94df8d51c5824f923abd169989788517b3 100644 (file)
@@ -1,6 +1,13 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.117  2006/03/14 17:16:22  brouard
+  (Module): varevsij Comments added explaining the second
+  table of variances if popbased=1 .
+  (Module): Covariances of eij, ekl added, graphs fixed, new html link.
+  (Module): Function pstamp added
+  (Module): Version 0.98d
+
   Revision 1.116  2006/03/06 10:29:27  brouard
   (Module): Variance-covariance wrong links and
   varian-covariance of ej. is needed (Saito).
@@ -4682,8 +4689,8 @@ int main(int argc, char *argv[])
 
   /*-------- data file ----------*/
   if((fic=fopen(datafile,"r"))==NULL)    {
-    printf("Problem with datafile: %s\n", datafile);goto end;
-    fprintf(ficlog,"Problem with datafile: %s\n", datafile);goto end;
+    printf("Problem while opening datafile: %s\n", datafile);goto end;
+    fprintf(ficlog,"Problem while opening datafile: %s\n", datafile);goto end;
   }
 
   n= lastobs;
@@ -5741,7 +5748,7 @@ Interval (in months) between two waves: Min=%d Max=%d Mean=%.2lf<br>\n",\
        }
 
        pstamp(ficrest);
-       fprintf(ficrest,"# Total life expectancy with std error and decomposition into time to be expected in each health state ( e.. (std) ");
+       fprintf(ficrest,"# Total life expectancy with std error and decomposition into time to be expected in each health state\n# Age ( e.. (std) ");
        for (i=1;i<=nlstate;i++) fprintf(ficrest,"e.%d (std) ",i);
        fprintf(ficrest,"\n");