26 #ifndef MERCURYDPM_TEST_HELPERS_H
27 #define MERCURYDPM_TEST_HELPERS_H
35 void check(
double real,
double ideal,
double error, std::string errorMessage);
37 void check(
Vec3D real,
Vec3D ideal,
double error, std::string errorMessage);
Implementation of a 3D matrix.
Definition: Matrix.h:38
Implementation of a 3D symmetric matrix.
Definition: MatrixSymmetric.h:37
Definition: CommandLineHelpers.h:32
void check(double real, double ideal, double error, std::string errorMessage)
Definition: TestHelpers.cc:37