Page MenuHomec4science

support.h
No OneTemporary

File Metadata

Created
Wed, Aug 7, 12:03

support.h

#ifndef SUPPORT_H
#define SUPPORT_H
#include <catch2/catch.hpp>
#include <xtensor/xrandom.hpp>
#include <xtensor/xmath.hpp>
#include <Eigen/Eigen>
#include <GooseFEM/GooseFEM.h>
#define ISCLOSE(a,b) REQUIRE_THAT((a), Catch::WithinAbs((b), 1.e-12));
#endif

Event Timeline