Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

umdtest.cc

Go to the documentation of this file.
00001 #include "foundation_AMOS.hh" 00002 #include <iostream> 00003 using namespace std; 00004 using namespace AMOS; 00005 00006 int main ( ) 00007 { 00008 Contig_t ctg; 00009 00010 try { 00011 00012 while ( ctg . readUMD (cin) ) 00013 ctg . writeUMD (cout); 00014 00015 } 00016 catch (Exception_t & e) { 00017 cerr << e; 00018 } 00019 00020 return 0; 00021 }

Generated on Tue May 17 15:19:02 2005 for libAMOS by doxygen 1.3.8