Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann 440c7721ae 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
examples replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
opm/core Remove subdirectory from SuiteSparse include 2013-08-25 09:35:51 +02:00
tests use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00