mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Reference module headers from canonical location.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user