#ifndef TEST_RECONSTRUCTION_HPP #define TEST_RECONSTRUCTION_HPP #include <scheme/DiscreteFunctionVariant.hpp> #warning REMOVE void test_reconstruction(std::shared_ptr<const DiscreteFunctionVariant> df, size_t degree, size_t number); #endif // TEST_RECONSTRUCTION_HPP