mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed config.h in header files
This commit is contained in:
@@ -20,8 +20,6 @@
|
|||||||
#ifndef BDABRIDGE_HEADER_INCLUDED
|
#ifndef BDABRIDGE_HEADER_INCLUDED
|
||||||
#define BDABRIDGE_HEADER_INCLUDED
|
#define BDABRIDGE_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include "dune/istl/solver.hh" // for struct InverseOperatorResult
|
#include "dune/istl/solver.hh" // for struct InverseOperatorResult
|
||||||
|
|
||||||
#include "dune/istl/bcrsmatrix.hh"
|
#include "dune/istl/bcrsmatrix.hh"
|
||||||
|
@@ -20,8 +20,6 @@
|
|||||||
#ifndef MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
#ifndef MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
||||||
#define MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
#define MULTISEGMENTWELLCONTRIBUTION_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#if HAVE_CUDA
|
#if HAVE_CUDA
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <config.h> // CMake
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <config.h> // CMake
|
|
||||||
|
|
||||||
#ifdef __NVCC__
|
#ifdef __NVCC__
|
||||||
#include "opm/simulators/linalg/bda/cuda_header.hpp"
|
#include "opm/simulators/linalg/bda/cuda_header.hpp"
|
||||||
|
@@ -20,8 +20,6 @@
|
|||||||
#ifndef WELLCONTRIBUTIONS_HEADER_INCLUDED
|
#ifndef WELLCONTRIBUTIONS_HEADER_INCLUDED
|
||||||
#define WELLCONTRIBUTIONS_HEADER_INCLUDED
|
#define WELLCONTRIBUTIONS_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#if HAVE_CUDA
|
#if HAVE_CUDA
|
||||||
#include <cuda_runtime.h>
|
#include <cuda_runtime.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user