Add subversion and date of the sources.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@3729 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Jeongnim Kim 2009-04-03 15:49:36 +00:00
parent 84da74dc31
commit de1753d994
2 changed files with 8 additions and 5 deletions

View File

@ -43,10 +43,13 @@ namespace qmcplusplus {
FirstQMC(true) FirstQMC(true)
{ {
app_log() << "\n=====================================================\n" app_log()
<< " qmcpack 0.2 \n" << "\n=====================================================\n"
<< "\n (c) Copyright 2003- qmcpack developers \n" << " QMCPACK 0.2 \n"
<< "=====================================================\n"; << "\n (c) Copyright 2003- QMCPACK developers \n"
<< "\n Subversion branch " << QMCPLUSPLUS_BRANCH
<< "\n Last modified " << QMCPLUSPLUS_LAST_CHANGED_DATE
<< "\n=====================================================\n";
app_log().flush(); app_log().flush();
} }

View File

@ -116,7 +116,7 @@ int main(int argc, char **argv) {
cerr << "No input file is given" << endl; cerr << "No input file is given" << endl;
cerr << "usage: qmcapp [--clones int] input-files " << endl; cerr << "usage: qmcapp [--clones int] input-files " << endl;
} }
OHMMS::Controller->finalize(); APP_ABORT("Missing input file");
return 1; return 1;
} }