Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

cmt.cxx

Go to the documentation of this file.
00001 //-----------------------------------------------------------
00002 // Copyright Christian Arnault LAL-Orsay CNRS
00003 // arnault@lal.in2p3.fr
00004 // See the complete license in cmt_license.txt "http://www.cecill.info". 
00005 //-----------------------------------------------------------
00006 
00007 #include "cmt.h"
00008 
00009 /*----------------------------------------------------------*/
00010 int main (int argc, char* argv[])
00011 /*----------------------------------------------------------*/
00012 {
00013    //cout << "argc=" << argc << endl;
00014 
00015   int status = Cmt::parser (argc, argv);
00016 
00017   return (status);
00018 }
00019 

Generated on Mon May 2 10:25:04 2005 for CMT by doxygen 1.3.5