| 36 |
|
initProfile(); |
| 37 |
|
#endif //profile |
| 38 |
|
|
| 39 |
+ |
std::cerr << |
| 40 |
+ |
"+--------------------------------------------------------------------+\n" << |
| 41 |
+ |
"| ____ ____ ____ _____ ______ The OpenSource, Object-oriented |\n" << |
| 42 |
+ |
"| / __ \\/ __ \\/ __ \\/ ___// ____/ Parallel Simulation Engine. |\n" << |
| 43 |
+ |
"| / / / / / / / /_/ /\\__ \\/ __/ |\n" << |
| 44 |
+ |
"| / /_/ / /_/ / ____/___/ / /___ Copyright 2004 by the |\n" << |
| 45 |
+ |
"| \\____/\\____/_/ /____/_____/ University of Notre Dame. |\n" << |
| 46 |
+ |
"| http://maul.chem.nd.edu/OOPSE |\n" << |
| 47 |
+ |
"+--------------------------------------------------------------------+\n" << |
| 48 |
+ |
"\n"; |
| 49 |
+ |
|
| 50 |
|
// check command line arguments, and set the input file |
| 51 |
|
|
| 52 |
|
program_name = argv[0]; // save the program name in case we need it |