Moved deprecated opm/core/well.h -> opm/core/pressure/legacy_well.h

Still used by some pressure system assemblers.
This commit is contained in:
Atgeirr Flø Rasmussen 2013-03-18 10:23:51 +01:00
parent 507b756dac
commit b14c145f10

View File

@ -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 */