- Oct 01, 2024
-
-
Dmitri Naumov authored
instead of crash triggered by map::at std::out_of_range exception.
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- May 08, 2020
-
-
Dmitri Naumov authored
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Feb 21, 2020
-
-
Tom Fischer authored
Needed to keep const correctness in checkMPLProperties in LiquidFlow process.
-
- Feb 04, 2020
-
-
Florian Zill authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Jan 17, 2019
-
-
Dmitri Naumov authored
A lot of changes are renames for consistency with OGS. Splitting files, and rename them (dropping mp, p, c prefixes). Extraction of the create* functions lead to single step initialization of the Medium, Phase, Component, and Property objects. Formatting and clang-tidy. Improve const-correctness. Remove unneeded Undefined property: The nullptr is probably sufficient in the PropertyArray, which is an array of pointers, for the property to be undefined. Unify value/dValue/d2Value access. [App] Remove requirement for media ids sequence. Reorder public, protected, private sections. Add missing ogs_file_param documentation lines in the code.
-
Norbert Grunwald authored
-