Change qmcplusplus to qmcpack.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@1538 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Jeongnim Kim 2006-11-23 23:27:22 +00:00
parent 8ccb7a9ed2
commit b58dd41295
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Important Notice for qmcplusplus developers and end-users:
Important Notice for qmcpack developers and end-users:
i) The original programs developed by Jeongnim Kim and her collaborators
are distributed under UIUC/NCSA Open Source License (below).
@ -22,7 +22,7 @@ Developed by:
Condensed Matter Physics,
National Center for Supercomputing Applications, University of Illinois
Materials computation Center, University of Illinois
http://www.mcc.uiuc.edu/qmcplusplus/
http://www.mcc.uiuc.edu/qmc/
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the

View File

@ -38,10 +38,10 @@ namespace qmcplusplus {
QMCMain::QMCMain(int argc, char** argv): QMCAppBase(argc,argv), FirstQMC(true) {
app_log() << "\n=========================================================\n"
<< " qmcplusplus 0.2 \n"
<< "\n (c) Copyright 2003- qmcplusplus developers \n"
<< "=========================================================\n";
app_log() << "\n=====================================================\n"
<< " qmcpack 0.2 \n"
<< "\n (c) Copyright 2003- qmcpack developers \n"
<< "=====================================================\n";
app_log().flush();
}