Skip to content
Snippets Groups Projects
Commit 851fff94 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cherry-pick-85bba0a8' into 'releases/3.7'

Merge branch 'fix/satisfy-headercheck-cahn' into 'master'

See merge request !3516
parents 1b76b9b3 2a762d66
No related branches found
No related tags found
1 merge request!3516Merge branch 'fix/satisfy-headercheck-cahn' into 'master'
Pipeline #30560 passed
Pipeline: dumux

#30568

    Pipeline: dumux

    #30567

      Pipeline: dumux

      #30566

        +5
        ......@@ -30,9 +30,11 @@ We start in `model.hh` with the necessary header includes:
        ```cpp
        #include <dune/common/fvector.hh>
        #include <dumux/common/math.hh>
        #include <dumux/common/properties.hh>
        #include <dumux/common/numeqvector.hh>
        #include <dumux/discretization/method.hh>
        ```
        </details>
        ......
        ......@@ -41,9 +41,11 @@
        //
        // We start in `model.hh` with the necessary header includes:
        // [[details]] includes
        #include <dune/common/fvector.hh>
        #include <dumux/common/math.hh>
        #include <dumux/common/properties.hh>
        #include <dumux/common/numeqvector.hh>
        #include <dumux/discretization/method.hh>
        // [[/details]]
        //
        // ## 1. Property Tag
        ......
        ......@@ -22,6 +22,7 @@ We start in `model.hh` with the necessary header includes:
        ```cpp
        #include <dune/common/fvector.hh>
        #include <dumux/common/math.hh>
        #include <dumux/common/properties.hh>
        #include <dumux/common/numeqvector.hh>
        ......
        ......@@ -32,6 +32,7 @@
        //
        // We start in `model.hh` with the necessary header includes:
        // [[details]] includes
        #include <dune/common/fvector.hh>
        #include <dumux/common/math.hh>
        #include <dumux/common/properties.hh>
        #include <dumux/common/numeqvector.hh>
        ......
        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