Skip to content

Commit

Permalink
fixing passing an hdf5 file without the -orbitals tag. closing bug # Q…
Browse files Browse the repository at this point in the history
  • Loading branch information
anbenali committed Oct 3, 2021
1 parent 273ecb0 commit 2318723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QMCTools/convert4qmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ int main(int argc, char** argv)
{
WARNMSG("Creating LCAOHDFParser")
parser = std::make_unique<LCAOHDFParser>(argc, argv);
h5 = true;
}
else if (ext == "out")
{
Expand Down

0 comments on commit 2318723

Please sign in to comment.