--- imach/src/imach.c 2002/07/24 17:00:55 1.55 +++ imach/src/imach.c 2002/07/24 17:28:25 1.56 @@ -1,4 +1,4 @@ -/* $Id: imach.c,v 1.55 2002/07/24 17:00:55 lievre Exp $ +/* $Id: imach.c,v 1.56 2002/07/24 17:28:25 lievre Exp $ Interpolated Markov Chain Short summary of the programme: @@ -1830,15 +1830,8 @@ void varevsij(char optionfilefiname[], d } else strcpy(digitp,"-stablbased-"); -<<<<<<< imach.c - if (mobilav!=0) { -======= - if(mobilav!=0) - strcat(digitp,"mobilav-"); - else - strcat(digitp,"nomobil-"); + if (mobilav!=0) { ->>>>>>> 1.54 mobaverage= ma3x(1, AGESUP,1,NCOVMAX, 1,NCOVMAX); if (movingaverage(probs, bage, fage, mobaverage,mobilav)!=0){ fprintf(ficlog," Error in movingaverage mobilav=%d\n",mobilav);