Reference module headers from canonical location.

This commit is contained in:
Bård Skaflestad
2012-06-22 19:39:52 +02:00
parent dd67e0c717
commit b9c9f9fbe8
2 changed files with 3 additions and 3 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

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