Skip to content

Commit

Permalink
Update SuccessiveOverRelaxationSpace.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Oct 25, 2021
1 parent 5a411a7 commit b1f9872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/Source/SuccessiveOverRelaxationSpace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void SuccessiveOverRelaxationSpace::SolveEquation(std::vector<float> const& A,
std::vector<float>& x,
std::vector<float> const& b) noexcept
{
constexpr float omega { 1.12 };
constexpr float omega { 1.12f };

size_t const numVars { x.size() };
for (size_t iter { 0 }; iter < 100; ++iter)
Expand Down

0 comments on commit b1f9872

Please sign in to comment.