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

[guards] Prefix headerguards with dumux

parent 51f2c5a6
No related branches found
No related tags found
1 merge request!80Feature/generalize 2pnc
......@@ -21,8 +21,8 @@
*
* \brief Electrochemical model for a fuel cell application.
*/
#ifndef ELECTRO_CHEM_HH
#define ELECTRO_CHEM_HH
#ifndef DUMUX_ELECTROCHEMISTRY_HH
#define DUMUX_ELECTROCHEMISTRY_HH
#include <cmath>
......
......@@ -22,8 +22,8 @@
* \brief Electrochemical model for a fuel cell application.
*/
#ifndef ELECTRO_CHEMNI_HH
#define ELECTRO_CHEMNI_HH
#ifndef DUMUX_ELECTROCHEMISTRY_NI_HH
#define DUMUX_ELECTROCHEMISTRY_NI_HH
#include <dumux/common/basicproperties.hh>
#include <dumux/material/constants.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