/* * dcnormalise.c Jim Piper 09-09-86 * * Dicentric finding system - normalise features cell-wide. */ #include #include #include dcnormalise(chc,nobjs) register struct chromcands *chc; { register int i,j; register struct cand *cnd; for (i=0; icands; for (j=0; jncands; j++,cnd++) { } } }