mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 21:12:57 -06:00
Moved deprecated opm/core/well.h -> opm/core/pressure/legacy_well.h
Still used by some pressure system assemblers.
This commit is contained in:
parent
507b756dac
commit
b14c145f10
@ -17,8 +17,8 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef OPM_WELL_HEADER_INCLUDED
|
||||
#define OPM_WELL_HEADER_INCLUDED
|
||||
#ifndef OPM_LEGACY_WELL_HEADER_INCLUDED
|
||||
#define OPM_LEGACY_WELL_HEADER_INCLUDED
|
||||
|
||||
/**
|
||||
* \file
|
||||
@ -133,4 +133,4 @@ derive_cell_wells(int nc, well_t *W, int *cwpos, int *cwells);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* OPM_WELL_HEADER_INCLUDED */
|
||||
#endif /* OPM_LEGACY_WELL_HEADER_INCLUDED */
|
Loading…
Reference in New Issue
Block a user