Diff for /imach/src/imach.c between versions 1.288 and 1.289

version 1.288, 2018/05/02 20:58:27 version 1.289, 2018/12/13 09:16:26
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.289  2018/12/13 09:16:26  brouard
     Summary: Bug for young ages (<-30) will be in r17
   
   Revision 1.288  2018/05/02 20:58:27  brouard    Revision 1.288  2018/05/02 20:58:27  brouard
   Summary: Some bugs fixed    Summary: Some bugs fixed
   
Line 10647  int hPijx(double *p, int bage, int fage) Line 10650  int hPijx(double *p, int bage, int fage)
   /*if (stepm<=24) stepsize=2;*/    /*if (stepm<=24) stepsize=2;*/
       
   /* agelim=AGESUP; */    /* agelim=AGESUP; */
   ageminl=30;    ageminl=AGEINF; /* was 30 */
   hstepm=stepsize*YEARM; /* Every year of age */    hstepm=stepsize*YEARM; /* Every year of age */
   hstepm=hstepm/stepm; /* Typically 2 years, = 2/6 months = 4 */    hstepm=hstepm/stepm; /* Typically 2 years, = 2/6 months = 4 */
       

Removed from v.1.288  
changed lines
  Added in v.1.289


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