From 49dc103a8cec21e8392255d5f0fbd36671e65aac Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Mon, 30 Jan 2006 09:55:26 +0000 Subject: [PATCH] (Module): Back to gnuplot.exe instead of wgnuplot.exe --- src/imach.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index ada3bd0..d013977 100644 --- a/src/imach.c +++ b/src/imach.c @@ -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
\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); -- 2.43.0