Reference module headers from canonical location.
This commit is contained in:
parent
7946509f6c
commit
f77a7c19ae
@ -20,7 +20,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "dfs.h"
|
||||
#include <opm/core/pressure/msmfem/dfs.h>
|
||||
|
||||
/*
|
||||
* Assign color (nonnegative number) to each connected component of graph
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "hash_set.h"
|
||||
#include <opm/core/pressure/msmfem/hash_set.h>
|
||||
|
||||
/* ======================================================================
|
||||
* Macros
|
||||
|
@ -22,8 +22,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "dfs.h"
|
||||
#include "partition.h"
|
||||
#include <opm/core/pressure/msmfem/dfs.h>
|
||||
#include <opm/core/pressure/msmfem/partition.h>
|
||||
|
||||
|
||||
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
|
||||
|
Loading…
Reference in New Issue
Block a user