Skip to content
Snippets Groups Projects
Commit c042e362 authored by Farid Mohammadi's avatar Farid Mohammadi Committed by Timo Koch
Browse files

[CHANGELOG] add the deprecated shell scripts.

parent 45f00997
No related branches found
No related tags found
1 merge request!2905Deprecate the shell scripts
...@@ -64,6 +64,9 @@ for (const auto& element : elements(gridGeometry.gridView())) ...@@ -64,6 +64,9 @@ for (const auto& element : elements(gridGeometry.gridView()))
- `update()` functions of grid geometries, which do not receive the `gridView`, are deprecated, use `update(gridView)` instead. - `update()` functions of grid geometries, which do not receive the `gridView`, are deprecated, use `update(gridView)` instead.
- `enum class DiscretizationMethod` and associated functions, to be replaced by tags - `enum class DiscretizationMethod` and associated functions, to be replaced by tags
- `test_dumux.sh` is deprecated.
- `compareparameters.sh` is deprecated, use `getparameterlist.py` instead.
- `replace_property_macros.sh` is removed.
### New experimental features (possibly subject to backwards-incompatible changes in the future) ### New experimental features (possibly subject to backwards-incompatible changes in the future)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment