--- trunk/OOPSE/src/oopse.cpp 2004/05/12 20:14:21 1173 +++ trunk/OOPSE/src/oopse.cpp 2004/05/27 15:21:29 1200 @@ -45,16 +45,24 @@ int main(int argc,char* argv[]){ if( worldRank == 0 ){ std::cerr << - "+--------------------------------------------------------------------+\n" << - "| ____ ____ ____ _____ ______ The OpenSource, Object-oriented |\n" << - "| / __ \\/ __ \\/ __ \\/ ___// ____/ Parallel Simulation Engine. |\n" << - "| / / / / / / / /_/ /\\__ \\/ __/ |\n" << - "| / /_/ / /_/ / ____/___/ / /___ Copyright 2004 by the |\n" << - "| \\____/\\____/_/ /____/_____/ University of Notre Dame. |\n" << - "| http://maul.chem.nd.edu/OOPSE |\n" << - "+--------------------------------------------------------------------+\n" << + " +----------------------------------------------------------------------+\n" << + " | ____ ____ ____ _____ ______ The OpenSource, Object-oriented |\n" << + " | / __ \\/ __ \\/ __ \\/ ___// ____/ Parallel Simulation Engine. |\n" << + " | / / / / / / / /_/ /\\__ \\/ __/ |\n" << + " | / /_/ / /_/ / ____/___/ / /___ Copyright 2004 by the |\n" << + " | \\____/\\____/_/ /____/_____/ University of Notre Dame. |\n" << + " | http://maul.chem.nd.edu/OOPSE |\n" << + " | |\n" << + " | OOPSE is an OpenScience project. All source code is available for |\n" << + " | any use subject to only one condition: |\n" << + " | |\n" << + " | Any published work resulting from the use of this code must cite the |\n" << + " | following paper: M. A. Meineke, C. F. Vardeman II, T. Lin, |\n" << + " | C. J. Fennell, and J. D. Gezelter, |\n" << + " | J. Comp. Chem. XX, XXXX (2004). |\n" << + " +----------------------------------------------------------------------+\n" << "\n"; - + if( argc < 2 ){ strcpy( painCave.errMsg, "Error, bass file is needed to run.\n" ); painCave.isFatal = 1;