/* $Id$
$State$
$Log$
+ Revision 1.128 2006/06/30 13:02:05 brouard
+ (Module): Clarifications on computing e.j
+
Revision 1.127 2006/04/28 18:11:50 brouard
(Module): Yes the sum of survivors was wrong since
imach-114 because nhstepm was no more computed in the age
and V1=0 V2=1 for (3). V1=1 V2=1 should not exist and the corresponding\n \
output of IMaCh is often meaningless.\n \
Exiting.\n",lval,linei, i,line,j);
- exit(1);
+ goto end;
}
covar[j][i]=(double)(lval);
strcpy(line,stra);
- }
+ }
lstra=strlen(stra);
-
+
if(lstra > 9){ /* More than 2**32 or max of what printf can write with %ld */
stratrunc = &(stra[lstra-9]);
num[i]=atol(stratrunc);