]> henry.ined.fr Git - .git/commitdiff
(Module): Some bugs corrected for windows. Also, when
authorN. Brouard <brouard@ined.fr>
Tue, 24 Jun 2003 12:34:15 +0000 (12:34 +0000)
committerN. Brouard <brouard@ined.fr>
Tue, 24 Jun 2003 12:34:15 +0000 (12:34 +0000)
mle=-1 a template is output in file "or"mypar.txt with the design
of the covariance matrix to be input.

src/imach.c

index daf9023d3b30e489d9d23f0eb7acff41f17413db..8d1a84e83831e36366c1149ee426400c7a402ac9 100644 (file)
@@ -1,6 +1,11 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.89  2003/06/24 12:30:52  brouard
+  (Module): Some bugs corrected for windows. Also, when
+  mle=-1 a template is output in file "or"mypar.txt with the design
+  of the covariance matrix to be input.
+
   Revision 1.88  2003/06/23 17:54:56  brouard
   * imach.c (Repository): Create a sub-directory where all the secondary files are. Only imach, htm, gp and r(imach) are on the main directory. Correct time and other things.
 
@@ -3129,7 +3134,7 @@ fprintf(fichtm," <ul><li><b>Graphs</b></li><p>");
      for(cpt=1; cpt<=nlstate;cpt++) {
        fprintf(fichtm,"<br>- Observed and period prevalence (with confident\
 interval) in state (%d): %s%d%d.png <br>\
-<img src=\"%s%d%d.png\">",cpt,subdirf2(optionfilefiname,"vr"),cpt,jj1,subdirf2(optionfilefiname,"vr"),cpt,jj1);  
+<img src=\"%s%d%d.png\">",cpt,subdirf2(optionfilefiname,"v"),cpt,jj1,subdirf2(optionfilefiname,"v"),cpt,jj1);  
      }
    } /* end i1 */
  }/* End k1 */