mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changing including guard name for two diffusionmodule
they used to use the same EWOMS_DIFFUSION_MODULE_HH
This commit is contained in:
parent
99ac834401
commit
1898a1681b
@ -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