|
Mantid
|
#include "MantidGeometry/Crystal/IndexingUtils.h"#include "MantidGeometry/Crystal/NiggliCell.h"#include "MantidKernel/EigenConversionHelpers.h"#include "MantidKernel/Quat.h"#include <boost/math/special_functions/round.hpp>#include <boost/numeric/conversion/cast.hpp>#include <gsl/gsl_errno.h>#include <gsl/gsl_fft_real.h>#include <gsl/gsl_linalg.h>#include <gsl/gsl_matrix.h>#include <gsl/gsl_sys.h>#include <gsl/gsl_vector.h>#include <algorithm>#include <cmath>Go to the source code of this file.
Functions | |
| bool | withinTol (const double value, const double tolerance) |
|
inline |
| value | The value to check. |
| tolerance | Allowable distance from integer. |
Definition at line 2031 of file IndexingUtils.cpp.
References fabs, tolerance, and value.
Referenced by Mantid::Geometry::IndexingUtils::ValidIndex().