mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 19:00:29 -06:00
Reference headers using canonical (installed) paths.
This commit is contained in:
parent
aff1ed1758
commit
f8a758054e
@ -38,8 +38,8 @@
|
||||
|
||||
#include <suitesparse/umfpack.h>
|
||||
|
||||
#include <sparse_sys.h>
|
||||
#include "call_umfpack.h"
|
||||
#include <opmcore/linalg/sparse_sys.h>
|
||||
#include <opmcore/linalg/call_umfpack.h>
|
||||
|
||||
struct CSCMatrix {
|
||||
UF_long n;
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "blas_lapack.h"
|
||||
#include "mimetic.h"
|
||||
#include <opmcore/linalg/blas_lapack.h>
|
||||
#include <opmcore/pressure/mimetic/mimetic.h>
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
void
|
||||
|
@ -4,15 +4,15 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "blas_lapack.h"
|
||||
#include "well.h"
|
||||
#include <opmcore/well.h>
|
||||
#include <opmcore/linalg/blas_lapack.h>
|
||||
#include <opmcore/linalg/sparse_sys.h>
|
||||
|
||||
#include "compr_quant_general.h"
|
||||
#include "compr_source.h"
|
||||
#include "sparse_sys.h"
|
||||
#include "trans_tpfa.h"
|
||||
#include <opmcore/pressure/tpfa/compr_quant_general.h>
|
||||
#include <opmcore/pressure/tpfa/compr_source.h>
|
||||
#include <opmcore/pressure/tpfa/trans_tpfa.h>
|
||||
|
||||
#include "cfs_tpfa_residual.h"
|
||||
#include <opmcore/pressure/tpfa/cfs_tpfa_residual.h>
|
||||
|
||||
#if defined(MAX)
|
||||
#undef MAX
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef OPM_CFS_TPFA_HEADER_INCLUDED
|
||||
#define OPM_CFS_TPFA_HEADER_INCLUDED
|
||||
|
||||
#include "grid.h"
|
||||
#include <opmcore/grid.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -3,8 +3,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ifs_tpfa.h"
|
||||
#include "sparse_sys.h"
|
||||
#include <opmcore/linalg/sparse_sys.h>
|
||||
#include <opmcore/pressure/tpfa/ifs_tpfa.h>
|
||||
|
||||
|
||||
struct ifs_tpfa_impl {
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef OPM_IFS_TPFA_HEADER_INCLUDED
|
||||
#define OPM_IFS_TPFA_HEADER_INCLUDED
|
||||
|
||||
#include "grid.h"
|
||||
#include <opmcore/grid.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user