--- imach/src/imach.c 2016/09/02 06:45:35 1.243 +++ imach/src/imach.c 2016/09/02 07:17:34 1.244 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.243 2016/09/02 06:45:35 brouard Exp $ +/* $Id: imach.c,v 1.244 2016/09/02 07:17:34 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.244 2016/09/02 07:17:34 brouard + *** empty log message *** + Revision 1.243 2016/09/02 06:45:35 brouard *** empty log message *** @@ -931,12 +934,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.243 2016/09/02 06:45:35 brouard Exp $ */ +/* $Id: imach.c,v 1.244 2016/09/02 07:17:34 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="February 2016,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2018"; -char fullversion[]="$Revision: 1.243 $ $Date: 2016/09/02 06:45:35 $"; +char fullversion[]="$Revision: 1.244 $ $Date: 2016/09/02 07:17:34 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -6526,7 +6529,7 @@ void printinggnuplot(char fileresu[], ch else fprintf(ficgp,"\" t\"\" w l lt 0,\\\n"); } /* state */ } /* vpopbased */ - fprintf(ficgp,"\nset out;set out \"%s_%d.svg\"; replot; set out; \n",subdirf2(optionfilefiname,"E_"),k1); /* Buggy gnuplot */ + fprintf(ficgp,"\nset out;set out \"%s_%d-%d.svg\"; replot; set out; \n",subdirf2(optionfilefiname,"E_"),k1,nres); /* Buggy gnuplot */ } /* end nres */ } /* k1 end 2 eme*/