1 |
//============================================================================ |
//============================================================================ |
2 |
// $Id: PamOffLineSW_Main.cpp,v 1.13 2010/02/12 12:45:49 mocchiut Exp $ |
// $Id: PamOffLineSW_Main.cpp,v 1.14 2010/02/16 13:38:13 mocchiut Exp $ |
3 |
// Description : Pamela Off-Line Software |
// Description : Pamela Off-Line Software |
4 |
//============================================================================ |
//============================================================================ |
5 |
|
|
257 |
continue; |
continue; |
258 |
} |
} |
259 |
|
|
260 |
if (!strcmp(argv[i], "-time_Offset")){ |
if (!strcmp(argv[i], "-time_Offset") || !strcmp(argv[i], "-time_offset") ){ |
261 |
if (++i >= argc){ |
if (++i >= argc){ |
262 |
cerr << "-time_Offset needs arguments. \n"; |
cerr << "-time_Offset needs arguments. \n"; |
263 |
cout << "Try '-help' for more information. \n"; |
cout << "Try '-help' for more information. \n"; |