]> https://gitweb.dealii.org/ - dealii.git/commit
Replaced std::min(b, std::max(x,a)) by std::clamp(x, a, b). 18256/head
authorXiaoming Cao <cax@ad.unc.edu>
Sun, 22 Dec 2024 18:13:27 +0000 (13:13 -0500)
committerXiaoming Cao <cax@ad.unc.edu>
Tue, 18 Mar 2025 20:50:34 +0000 (16:50 -0400)
commiteb1764fc433c8435a547d9b61982e77859707c22
tree54e55de5905ae434dcec697bcb0244b8cbbba8c2
parent184c0c4f2101b4b89917788d89a4f3d1c24b3208
Replaced std::min(b, std::max(x,a)) by std::clamp(x, a, b).

Amended issue #17722 from suggestions.

Patched Clamp semicolon issue.

fixed switched lo, hi, in std::clamp(v, lo, hi)

Replace std::clamp with max(min()) for special case.

Replaced std::min(b, std::max(x,a)) by std::clamp(x, a, b).

Amended issue #17722 from suggestions.

Patched Clamp semicolon issue.

fixed switched lo, hi, in std::clamp(v, lo, hi)

Replace std::clamp with max(min()) for special case.

patched proccess_grid.cc
patched proccess_grid.cc
examples/step-21/step-21.cc
examples/step-42/step-42.cc
examples/step-43/step-43.cc
examples/step-79/step-79.cc
include/deal.II/base/geometry_info.h
source/base/function_lib.cc
source/base/function_signed_distance.cc
source/base/process_grid.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.