//----------------------------------------------------------------------------- // t-eoInt.cpp //----------------------------------------------------------------------------- #include #include //----------------------------------------------------------------------------- typedef eoInt Chrom; //----------------------------------------------------------------------------- int main() { Chrom chrom1, chrom2; std::cout << "chrom1 = " << chrom1 << std::endl << "chrom2 = " << chrom2 << std::endl; return 0; } //-----------------------------------------------------------------------------