From bedb8eb43d1ad764432be29dc1c4a1cd2db70963 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Wed, 18 Jun 2014 16:43:30 +0000 Subject: [PATCH] *** empty log message *** --- src/imach.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index 9f27897..cc37d16 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,10 @@ /* $Id$ $State$ $Log$ + Revision 1.150 2014/06/18 16:42:35 brouard + Summary: If gnuplot is not in the path try on same directory than imach binary (OSX) + Author: brouard + Revision 1.149 2014/06/18 15:51:14 brouard Summary: Some fixes in parameter files errors Author: Nicolas Brouard @@ -6663,7 +6667,7 @@ Interval (in months) between two waves: Min=%d Max=%d Mean=%.2lf
\n",\ printf("Starting graphs with: %s\n",plotcmd);fflush(stdout); if((outcmd=system(plotcmd)) != 0){ - printf("\n Problem with gnuplot command %s\n"plotcmd); + printf("\n Problem with gnuplot command %s\n", plotcmd); printf("\n Trying on same directory\n"); sprintf(plotcmd,"./gnuplot %s", optionfilegnuplot); if((outcmd=system(plotcmd)) != 0) -- 2.43.0