--- imach/src/imach.c 2006/01/25 20:38:18 1.111 +++ imach/src/imach.c 2006/01/30 09:55:26 1.112 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.111 2006/01/25 20:38:18 brouard Exp $ +/* $Id: imach.c,v 1.112 2006/01/30 09:55:26 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.112 2006/01/30 09:55:26 brouard + (Module): Back to gnuplot.exe instead of wgnuplot.exe + 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 @@ -289,11 +292,11 @@ extern int errno; #define ODIRSEPARATOR '/' #endif -/* $Id: imach.c,v 1.111 2006/01/25 20:38:18 brouard Exp $ */ +/* $Id: imach.c,v 1.112 2006/01/30 09:55:26 brouard Exp $ */ /* $State: Exp $ */ char version[]="Imach version 0.98b, January 2006, INED-EUROREVES "; -char fullversion[]="$Revision: 1.111 $ $Date: 2006/01/25 20:38:18 $"; +char fullversion[]="$Revision: 1.112 $ $Date: 2006/01/30 09:55:26 $"; int erreur, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ int nvar; int cptcovn=0, cptcovage=0, cptcoveff=0,cptcov; @@ -5664,7 +5667,7 @@ Interval (in months) between two waves: /*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);