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