/* $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
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)