EvolvingObjects
t-eoInt.cpp
//-----------------------------------------------------------------------------
// t-eoInt.cpp
//-----------------------------------------------------------------------------

#include <eo>
#include <eoInt.h>

//-----------------------------------------------------------------------------

typedef eoInt<double> Chrom;

//-----------------------------------------------------------------------------

int main()
{
  Chrom chrom1, chrom2;

  std::cout << "chrom1 = " << chrom1 << std::endl
       << "chrom2 = " << chrom2 << std::endl;

  return 0;
}

//-----------------------------------------------------------------------------
 All Classes Namespaces Files Functions Variables Typedefs Friends