Removed new things from MLPPGaussMarkovCheckerOld.

This commit is contained in:
Relintai 2023-02-13 18:38:28 +01:00
parent adc61e6aaa
commit 6ee2295535

View File

@ -10,14 +10,10 @@
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/object/reference.h"
#include <string> #include <string>
#include <vector> #include <vector>
class MLPPGaussMarkovCheckerOld : public Reference { class MLPPGaussMarkovCheckerOld {
GDCLASS(MLPPGaussMarkovCheckerOld, Reference);
public: public:
void checkGMConditions(std::vector<real_t> eps); void checkGMConditions(std::vector<real_t> eps);