Diff for /imach/src/imach.c between versions 1.117 and 1.118

version 1.117, 2006/03/14 17:16:22 version 1.118, 2006/03/14 18:20:07
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.118  2006/03/14 18:20:07  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.117  2006/03/14 17:16:22  brouard    Revision 1.117  2006/03/14 17:16:22  brouard
   (Module): varevsij Comments added explaining the second    (Module): varevsij Comments added explaining the second
   table of variances if popbased=1 .    table of variances if popbased=1 .
Line 4689  int main(int argc, char *argv[]) Line 4696  int main(int argc, char *argv[])
   
   /*-------- data file ----------*/    /*-------- data file ----------*/
   if((fic=fopen(datafile,"r"))==NULL)    {    if((fic=fopen(datafile,"r"))==NULL)    {
     printf("Problem with datafile: %s\n", datafile);goto end;      printf("Problem while opening datafile: %s\n", datafile);goto end;
     fprintf(ficlog,"Problem with datafile: %s\n", datafile);goto end;      fprintf(ficlog,"Problem while opening datafile: %s\n", datafile);goto end;
   }    }
   
   n= lastobs;    n= lastobs;
Line 5748  Interval (in months) between two waves: Line 5755  Interval (in months) between two waves:
         }          }
   
         pstamp(ficrest);          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);          for (i=1;i<=nlstate;i++) fprintf(ficrest,"e.%d (std) ",i);
         fprintf(ficrest,"\n");          fprintf(ficrest,"\n");
   

Removed from v.1.117  
changed lines
  Added in v.1.118


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>