mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Reference <grid.h> from canonical location.
The header was removed from this directory upon import from the preexisting "opmtransport" repository.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/* Copyright 2011 (c) Jostein R. Natvig <Jostein.R.Natvig at sintef.no> */
|
||||
|
||||
#include <opm/core/grid.h>
|
||||
|
||||
#ifdef MATLAB_MEX_FILE
|
||||
#include "grid.h"
|
||||
#include "reordersequence.h"
|
||||
#include "tarjan.h"
|
||||
#else
|
||||
#include <opm/core/grid.h>
|
||||
#include <opm/core/transport/reorder/reordersequence.h>
|
||||
#include <opm/core/transport/reorder/tarjan.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user