Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Sep 25, 2024
1 parent 8129ca4 commit 1fa51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/scf/scf_relax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ Castro::do_hscf_solve()
{
const auto *dx = geomdata.CellSize();
const auto *problo = geomdata.ProbLo();
const auto coord = geomdata.Coord();

// The below assumes we are rotating on the z-axis.

Expand Down Expand Up @@ -378,6 +377,7 @@ Castro::do_hscf_solve()
{
const auto *dx = geomdata.CellSize();
const auto *problo = geomdata.ProbLo();
const auto coord = geomdata.Coord();

// The below assumes we are rotating on the z-axis.

Expand Down

0 comments on commit 1fa51a6

Please sign in to comment.