t-eo.cpp

00001 //-----------------------------------------------------------------------------
00002 // t-eo.cpp
00003 //-----------------------------------------------------------------------------
00004 
00005 #include <eo>  // EO
00006 
00007 //-----------------------------------------------------------------------------
00008 
00009 typedef EO<float> Chrom;
00010 
00011 //-----------------------------------------------------------------------------
00012 
00013 int main()
00014 {
00015   Chrom chrom1, chrom2;
00016 
00017   std::cout << "chrom1 = " << chrom1 << std::endl
00018        << "chrom2 = " << chrom2 << std::endl;
00019 
00020   return 0;
00021 }
00022 
00023 //-----------------------------------------------------------------------------

Generated on Thu Oct 19 05:06:43 2006 for EO by  doxygen 1.3.9.1