]> henry.ined.fr Git - .git/commitdiff
(Module): Back to gnuplot.exe instead of wgnuplot.exe
authorN. Brouard <brouard@ined.fr>
Mon, 30 Jan 2006 09:55:26 +0000 (09:55 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 30 Jan 2006 09:55:26 +0000 (09:55 +0000)
src/imach.c

index ada3bd02f49d2423d652976a62e91b368434c833..d0139777091d68fdaea9bcc105513baf944a3357 100644 (file)
@@ -1,6 +1,11 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.111  2006/01/25 20:38:18  brouard
+  (Module): Lots of cleaning and bugs added (Gompertz)
+  (Module): Comments can be added in data file. Missing date values
+  can be a simple dot '.'.
+
   Revision 1.110  2006/01/25 00:51:50  brouard
   (Module): Lots of cleaning and bugs added (Gompertz)
 
@@ -5659,7 +5664,7 @@ Interval (in months) between two waves: Min=%d Max=%d Mean=%.2lf<br>\n",\
   /*strcat(plotcmd,CHARSEPARATOR);*/
   sprintf(plotcmd,"gnuplot");
 #ifndef UNIX
-  sprintf(plotcmd,"\"%swgnuplot.exe\"",pathimach);
+  sprintf(plotcmd,"\"%sgnuplot.exe\"",pathimach);
 #endif
   if(!stat(plotcmd,&info)){
     printf("Error gnuplot program not found: %s\n",plotcmd);fflush(stdout);