#ifndef _SLOWMODDEFS_H #define _SLOWMODDEFS_H 1 /*This file contains definitions for new versions of the */ /* routines segup, segdown, segsexup, segsexdown, and some */ /* auxiliary routines for use with LODSCORE, ILINK, LINKMAP, and MLINK. */ /* The modifications are described in the papers: */ /* R. W. Cottingham, Jr., R. M. Idury, and A. A. Schaffer, */ /* Faster Sequential Genetic Linkage Computations */ /* American Journal of Human Genetics, 53(1993), pp. 252--263 */ /* and A. A. Schaffer, S. K. Gupta, K. Shriram, and R. W. Cottingham, Jr. */ /* Avoiding Recomputation in Genetic Linkage Analysis, */ /* Human Heredity 44(1994), pp. 225-237 */ /* The versions using this file do not incorporate some of the changes */ /* described in the papers that require lots of memory */ /* Definitions for faster versions that use more memory are in moddefs.h */ *double tempseg2; #endif /* _SLOWMODDEFS_H */