opm-core/opm/core
Roland Kaufmann e41c56d0da Remove subdirectory from SuiteSparse include
SuiteSparse may or may not be installed in a suitesparse/ directory.

FindSuiteSparse will look in a suitesparse/ subdirectory when trying
to locate umfpack.h, but it will add the full directory to the compiler
command-line (e.g. `-I/usr/include/suitesparse`) and not that of the
parent. Since the parent is usually included too, it is not noticed
that it is advertedly using another include paths than its own.

However, if we have SuiteSparse installed in a non-system location,
using the subdirectory in the `#include` statement may now cause an
error, even though configuration actually found SuiteSparse!
2013-08-25 09:35:51 +02:00
..
grid Merge pull request #288 from andlaus/fix-clang-warnings 2013-07-30 12:18:54 -07:00
io use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
linalg Remove subdirectory from SuiteSparse include 2013-08-25 09:35:51 +02:00
pressure Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
props replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
simulator replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
tof use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
transport replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
utility use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
wells use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
doxygen_main.hpp Moved MonotCubicInterpolator to Opm namespace. 2013-03-21 14:57:36 +01:00
grid.h Update synopsis and file description. 2013-03-20 14:12:32 +01:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
version.c Include version information in the library 2013-07-31 12:22:18 +02:00
version.h Name #defines to be compatible with DUNE macros 2013-08-02 09:03:49 +02:00
wells.h Clean up well docs. 2013-03-20 14:14:53 +01:00