]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorAgnès Lièvre <agnes.lievre@education.gouv.fr>
Tue, 10 Jun 2003 13:39:11 +0000 (13:39 +0000)
committerAgnès Lièvre <agnes.lievre@education.gouv.fr>
Tue, 10 Jun 2003 13:39:11 +0000 (13:39 +0000)
src/imach.c

index 77cbeda63dd6029027daf428de648400afecd0b6..97f90e7f06a3ada13ff25cee58428d5856bbb204 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.82  2003/06/05 15:57:20  brouard
+  Add log in  imach.c and  fullversion number is now printed.
+
 */
 /*
    Interpolated Markov Chain
@@ -2995,7 +2998,7 @@ m=pow(2,cptcoveff);
       fprintf(ficgp,"\nset out \"p%s%d%d.png\" \n",strtok(optionfile, "."),cpt,k1);
       fprintf(ficgp,"set xlabel \"Age\" \nset ylabel \"Probability\" \nset ter png small\nset size 0.65,0.65\nplot [%.f:%.f] \"pij%s\" u ($1==%d ? ($3):1/0):($%d/($%d",ageminpar,agemaxpar,fileres,k1,k+cpt+1,k+1);
       
-      for (i=1; i<= nlstate ; i ++)
+      for (i=1; i< nlstate ; i ++)
        fprintf(ficgp,"+$%d",k+i+1);
       fprintf(ficgp,")) t\"prev(%d,%d)\" w l",cpt,cpt+1);