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)
{
app_log() << "\n=====================================================\n"
<< " qmcpack 0.2 \n"
<< "\n (c) Copyright 2003- qmcpack developers \n"
<< "=====================================================\n";
app_log()
<< "\n=====================================================\n"
<< " QMCPACK 0.2 \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();
}

View File

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