source: CMT/v1r19/source/cmt.cxx @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 571 bytes
Line 
1//-----------------------------------------------------------
2// Copyright Christian Arnault LAL-Orsay CNRS
3// arnault@lal.in2p3.fr
4// See the complete license in cmt_license.txt "http://www.cecill.info".
5//-----------------------------------------------------------
6
7#include "cmt.h"
8
9/*----------------------------------------------------------*/
10int main (int argc, char* argv[])
11/*----------------------------------------------------------*/
12{
13   //cout << "argc=" << argc << endl;
14
15  int status = Cmt::parser (argc, argv);
16
17  return (status);
18}
19
Note: See TracBrowser for help on using the repository browser.