changing including guard name for two diffusionmodule

they used to use the same EWOMS_DIFFUSION_MODULE_HH
This commit is contained in:
Kai Bao 2024-03-21 15:11:42 +01:00
parent 99ac834401
commit 1898a1681b
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>