Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cmt.cxx

Go to the documentation of this file.
00001 
00002 #include "cmt.h"
00003 
00004 /*----------------------------------------------------------*/
00005 int main (int argc, char* argv[])
00006 /*----------------------------------------------------------*/
00007 {
00008    //cout << "argc=" << argc << endl;
00009 
00010   int status = Cmt::parser (argc, argv);
00011 
00012   return (status);
00013 }
00014 

Generated at Thu May 16 16:27:04 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000