/* $Id$ */
/* $Log$
+/* Revision 1.80 2003/06/05 15:34:14 brouard
+/* Trying to add the true revision in the program and log
+/*
/* Revision 1.79 2003/06/05 15:17:23 brouard
/* *** empty log message ***
/* */
/* $State$ */
char version[80]="Imach version 0.95a1, June 2003, INED-EUROREVES ";
+char fullversion[]="$Revision$ $Date$";
int erreur; /* Error number */
int nvar;
int cptcovn=0, cptcovage=0, cptcoveff=0,cptcov;
gettimeofday(&start_time, (struct timezone*)0); */ /* at first time */
getcwd(pathcd, size);
- printf("\n%s",version);
+ printf("\n%s\n%s",version,fullversion);
if(argc <=1){
printf("\nEnter the parameter file name: ");
scanf("%s",pathtot);