--- imach/src/imach.c 2024/06/28 12:27:05 1.364 +++ imach/src/imach.c 2024/06/28 13:53:38 1.365 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.364 2024/06/28 12:27:05 brouard Exp $ +/* $Id: imach.c,v 1.365 2024/06/28 13:53:38 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.365 2024/06/28 13:53:38 brouard + * imach.c (Module): fixing some bugs in gnuplot and quantitative variables, but not completely solved + Revision 1.364 2024/06/28 12:27:05 brouard * imach.c (Module): fixing some bugs in gnuplot and quantitative variables, but not completely solved @@ -1416,12 +1419,12 @@ double gnuplotversion=GNUPLOTVERSION; #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.364 2024/06/28 12:27:05 brouard Exp $ */ +/* $Id: imach.c,v 1.365 2024/06/28 13:53:38 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="April 2024,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2024"; -char fullversion[]="$Revision: 1.364 $ $Date: 2024/06/28 12:27:05 $"; +char fullversion[]="$Revision: 1.365 $ $Date: 2024/06/28 13:53:38 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -9993,7 +9996,9 @@ void printinggnuplot(char fileresu[], ch char dirfileres[256],optfileres[256]; char gplotcondition[256], gplotlabel[256]; int cpt=0,k1=0,i=0,k=0,j=0,jk=0,k2=0,k3=0,k4=0,kf=0,kvar=0,kk=0,ipos=0,iposold=0,ij=0, ijp=0, l=0; - int lv=0, vlv=0, kl=0; + /* int lv=0, vlv=0, kl=0; */ + int lv=0, kl=0; + double vlv=0; int ng=0; int vpopbased; int ioffset; /* variable offset for columns */