|
SPH
|
Helper wrapper that allows to check whether two values are equal to some given accuracy. More...
#include "objects/geometry/TracelessTensor.h"Go to the source code of this file.
Classes | |
| class | Approx< Type > |
| This is more or less stolen from Catch unit-testing framework. More... | |
Functions | |
| template<typename Type > | |
| Approx< Type > | approx (const Type &value, const Float eps=EPS) |
| We have to wait till c++17 for type deduction in constructors ... More... | |
Helper wrapper that allows to check whether two values are equal to some given accuracy.
Definition in file Approx.h.