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

Update changelog

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