Reference module headers from canonical location.

This commit is contained in:
Bård Skaflestad 2012-06-22 19:39:52 +02:00
parent 7946509f6c
commit f77a7c19ae
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include "hash_set.h"
#include <opm/core/pressure/msmfem/hash_set.h>
/* ======================================================================
* Macros

View File

@ -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))