mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove macro definition which is no longer needed.
This commit is contained in:
parent
714dfd0545
commit
f2bb893b61
@ -14,8 +14,6 @@
|
|||||||
#include "blas_lapack.h"
|
#include "blas_lapack.h"
|
||||||
#include "mimetic.h"
|
#include "mimetic.h"
|
||||||
|
|
||||||
#define MAX(a,b) ((a) > (b) ? (a) : (b))
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
void
|
void
|
||||||
mim_ip_simple_all(int ncells, int d, int max_ncf, int *ncf, int *cf,
|
mim_ip_simple_all(int ncells, int d, int max_ncf, int *ncf, int *cf,
|
||||||
|
Loading…
Reference in New Issue
Block a user