Reference public header from canonical location.
This commit is contained in:
parent
25cc61d481
commit
7946509f6c
@ -37,7 +37,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "compr_bc.h"
|
#include <opm/core/pressure/tpfa/compr_bc.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
expand_source_tables(int alloc, struct compr_bc *bc)
|
expand_source_tables(int alloc, struct compr_bc *bc)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "compr_quant.h"
|
#include <opm/core/pressure/tpfa/compr_quant.h>
|
||||||
|
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "compr_source.h"
|
#include <opm/core/pressure/tpfa/compr_source.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
expand_source_tables(int alloc, struct compr_src *src)
|
expand_source_tables(int alloc, struct compr_src *src)
|
||||||
|
Loading…
Reference in New Issue
Block a user