93 |
} |
} |
94 |
|
|
95 |
if (!strcmp(argv[1], "-version")){ |
if (!strcmp(argv[1], "-version")){ |
96 |
cout << GetVersionInfo() << "\n"; |
cout << "$Name: $ $Revision: 4.0.8.4 $ $MyAuthor$" << "\n"; |
97 |
exit(1); |
exit(1); |
98 |
} |
} |
99 |
|
|
170 |
//system(command.c_str()); |
//system(command.c_str()); |
171 |
} |
} |
172 |
|
|
|
/** |
|
|
* Get a string with the version info of the algorithm. |
|
|
*/ |
|
|
const char* GetVersionInfo(void) const { |
|
|
return |
|
|
"$Trailer: /home/cvsmanager/yoda/techmodel/TestTrkReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
|
|
} |
|