Skip to content

Commit

Permalink
format molecule file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 7db86a4 commit 4781267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/madness/chem/molecule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ void Molecule::read(std::istream& f) {
}
throw "No end to the geometry in the input file";
finished:;
update_rcut_with_eprec(parameters.eprec());
if (parameters.no_orient() == false)
orient();
update_rcut_with_eprec(parameters.eprec());
}

void Molecule::read_xyz(const std::string filename) {
Expand Down

0 comments on commit 4781267

Please sign in to comment.