We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a6353 commit 62ef7a6Copy full SHA for 62ef7a6
multi_physics/QED/include/picsar_qed/utils/picsar_algo.hpp
@@ -40,7 +40,7 @@ picsar_upper_bound
40
41
size_t count = last-first;
42
do{
43
- auto it = first;
+ const auto * it = first;
44
const auto step = count/2;
45
it += step;
46
if (!(val<*it)){
@@ -89,7 +89,7 @@ picsar_lower_bound
89
90
91
92
93
94
95
if (!(val<=*it)){
0 commit comments