Skip to content
Snippets Groups Projects
Commit ca041593 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[components][brine] respect header guard ordering convention

parent ec1d9302
No related branches found
No related tags found
1 merge request!1153Feature/reuse brine in brine co2
......@@ -24,13 +24,12 @@
#ifndef DUMUX_BRINE_HH
#define DUMUX_BRINE_HH
#include <cmath>
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/nacl.hh>
#include <dumux/material/components/tabulatedcomponent.hh>
#include <cmath>
#include <dumux/material/components/base.hh>
#include <dumux/material/components/liquid.hh>
#include <dumux/material/components/gas.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