Skip to content

Commit

Permalink
Fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
siuwuncheung committed Sep 23, 2024
1 parent f0e2d22 commit a03c891
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/MGmol.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ class MGmol : public MGmolInterface

/* access functions */
OrbitalsType* getOrbitals() { return current_orbitals_; }
std::shared_ptr<Hamiltonian<OrbitalsType>> getHamiltonian()
{
return hamiltonian_;
}
std::shared_ptr<Hamiltonian<OrbitalsType>> getHamiltonian() { return hamiltonian_; }
std::shared_ptr<Rho<OrbitalsType>> getRho() { return rho_; }

void run() override;

Expand Down

0 comments on commit a03c891

Please sign in to comment.