source: CMT/v1r14p20031120/src/cmt.cxx @ 1

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

Import all tags

File size: 298 bytes
Line 
1
2#include "cmt.h"
3
4/*----------------------------------------------------------*/
5int main (int argc, char* argv[])
6/*----------------------------------------------------------*/
7{
8   //cout << "argc=" << argc << endl;
9
10  int status = Cmt::parser (argc, argv);
11
12  return (status);
13}
14
Note: See TracBrowser for help on using the repository browser.