Skip to content

Commit

Permalink
fix a bug left by previous commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanchen committed Jun 8, 2024
1 parent 7f07c2f commit 70c1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_hsolver/test/hsolver_supplementary_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const double* ElecState::getRho(int spin) const

void ElecState::fixed_weights(const std::vector<double>& ocp_kb,
const int &nbands,
const double &nelec);
const double &nelec)
{
return;
}
Expand Down

0 comments on commit 70c1b85

Please sign in to comment.