- Jan 29, 2025
-
-
Leon Keim authored
-
Timo Koch authored
-
Timo Koch authored
This makes the function work for std::vector<bool>. T is bool but values[0] returns (non-standard-compliant in some impl.) some proxy reference class even if the container is const. Explicitly converting to T (or generally for ranges std::ranges::range_value_t) works. Thed default return type would be auto which also returns by value.
-
- Jan 24, 2025
- Jan 10, 2025
-
-
Timo Koch authored
- Dec 16, 2024
-
- Dec 15, 2024
-
-
Christoph Grüninger authored
Found by Cppcheck (noExplicitConstructor).
-
- Dec 13, 2024
-
-
Christoph Grüninger authored
Found by Cppcheck (uselessCallsSubstr).
-
* use reference density in air * average pm and air contribution for tpfa * update reference solution
-
- Dec 07, 2024
- Dec 06, 2024
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
If a downstream package uses GLPK they have to find and link it themselves
-
Timo Koch authored
-
Timo Koch authored
-
Santiago Ospina De Los Rios authored
-