Merge pull request #881 from GitPaean/changing_include_guard_name_diffusion

changing including guard name for two diffusionmodule
This commit is contained in:
Bård Skaflestad 2024-03-21 16:44:24 +01:00 committed by GitHub
commit 45dd41185f
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
*
* \brief Classes required for molecular diffusion.
*/
#ifndef EWOMS_DIFFUSION_MODULE_HH
#define EWOMS_DIFFUSION_MODULE_HH
#ifndef OPM_BLACKOIL_DIFFUSION_MODULE_HH
#define OPM_BLACKOIL_DIFFUSION_MODULE_HH
#include <opm/models/discretization/common/fvbaseproperties.hh>

View File

@ -25,8 +25,8 @@
*
* \brief Classes required for molecular diffusion.
*/
#ifndef EWOMS_DIFFUSION_MODULE_HH
#define EWOMS_DIFFUSION_MODULE_HH
#ifndef OPM_DIFFUSION_MODULE_HH
#define OPM_DIFFUSION_MODULE_HH
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/common/quantitycallbacks.hh>