mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Merge pull request #881 from GitPaean/changing_include_guard_name_diffusion
changing including guard name for two diffusionmodule
This commit is contained in:
commit
45dd41185f
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user