mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Merge pull request #23 from blattms/bugfix/issue-22
Patch includes config.h and fixes issue #22
This commit is contained in:
commit
9fb2bfebc4
@ -9,8 +9,13 @@
|
||||
//! \brief Class describing 2D quadrilateral grids
|
||||
//!
|
||||
//==============================================================================
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "boundarygrid.hh"
|
||||
|
||||
|
||||
namespace Opm {
|
||||
namespace Elasticity {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user