Skip to content
Snippets Groups Projects
Commit 0c643665 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[changelog] Mention patch to remove deprecated headers

parent 00892d56
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,12 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
find . -name '*.[ch][ch]' -exec bash ../dumux/bin/fix_includes.sh {} \;
```
inside the folder that contains your files.
A patch is available to remove deprecated header files:
```
patch -p1 < patches/dumux-2.9-no-deprecated-headers.patch
```
The benefits are hopefully:
+ A clearer structure in terms of the problems that you want to apply Dumux
for. Three main application areas on the top level: `porousmediumflow`,
......
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