source: CMT/v1r20/source/cmt.cxx @ 597

Last change on this file since 597 was 363, checked in by garonne, 17 years ago

see C.L 322

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