A C++20 headers-only library
To run the tests:
This is a headers-only library. Just put it where your compiler can find it.
The tests require the onqtam/doctest library.
Edit the config.mk
file to make the DOCTEST_HEADERS
variable point to
the directory containing doctest/doctest.h
.
To execute the tests run
$ make check
in the root directory of the project.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
This material is developed by the Scientific Computations and Modelling platform at the Institut des Sciences de la Terre d'Orléans (https://www.isto-orleans.fr/), a joint laboratory of the University of Orléans (https://www.univ-orleans.fr/), the french National Center For Scientific Research (https://www.cnrs.fr/) and the french Geological Survey (https://www.brgm.eu/).