--- imach/src/imach.c 2003/06/05 15:17:23 1.79 +++ imach/src/imach.c 2003/06/05 15:57:20 1.82 @@ -1,4 +1,11 @@ -/* $Id: imach.c,v 1.79 2003/06/05 15:17:23 brouard Exp $ +/* $Id: imach.c,v 1.82 2003/06/05 15:57:20 brouard Exp $ + $State: Exp $ + $Log: imach.c,v $ + Revision 1.82 2003/06/05 15:57:20 brouard + Add log in imach.c and fullversion number is now printed. + +*/ +/* Interpolated Markov Chain Short summary of the programme: @@ -119,12 +126,11 @@ #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.79 2003/06/05 15:17:23 brouard Exp $ */ -/* $Log: imach.c,v $ - * Revision 1.79 2003/06/05 15:17:23 brouard - * *** empty log message *** - * */ -char version[80]="Imach version 0.95a1, June 2003, INED-EUROREVES "; +/* $Id: imach.c,v 1.82 2003/06/05 15:57:20 brouard Exp $ */ +/* $State: Exp $ */ + +char version[]="Imach version 0.95a1, June 2003, INED-EUROREVES "; +char fullversion[]="$Revision: 1.82 $ $Date: 2003/06/05 15:57:20 $"; int erreur; /* Error number */ int nvar; int cptcovn=0, cptcovage=0, cptcoveff=0,cptcov; @@ -3459,7 +3465,7 @@ int main(int argc, char *argv[]) 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);