Now the old classes are built by default again.

This commit is contained in:
Relintai 2023-12-26 23:43:23 +01:00
parent 6b24541095
commit b3b6e79d24
7 changed files with 7 additions and 1 deletions

2
SCsub
View File

@ -4,7 +4,7 @@ Import('env')
module_env = env.Clone() module_env = env.Clone()
module_env.pmlpp_build_old_classes = False module_env.pmlpp_build_old_classes = True
module_env.pmlpp_build_tests = True module_env.pmlpp_build_tests = True
if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no': if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no':

View File

@ -9,6 +9,7 @@
// //
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/int_types.h"
#include <vector> #include <vector>

View File

@ -6,6 +6,7 @@
#include <vector> #include <vector>
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/int_types.h"
class MLPPConvolutionsOld { class MLPPConvolutionsOld {
public: public:

View File

@ -9,6 +9,7 @@
// //
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/int_types.h"
#include <vector> #include <vector>

View File

@ -10,6 +10,7 @@
// //
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/int_types.h"
#include <string> #include <string>
#include <tuple> #include <tuple>

View File

@ -6,6 +6,7 @@
#include "gauss_markov_checker_old.h" #include "gauss_markov_checker_old.h"
#include "../stat/stat_old.h" #include "../stat/stat_old.h"
#include "core/int_types.h"
#include <iostream> #include <iostream>
void MLPPGaussMarkovCheckerOld::checkGMConditions(std::vector<real_t> eps) { void MLPPGaussMarkovCheckerOld::checkGMConditions(std::vector<real_t> eps) {

View File

@ -6,6 +6,7 @@
#include "transforms_old.h" #include "transforms_old.h"
#include "../lin_alg/lin_alg_old.h" #include "../lin_alg/lin_alg_old.h"
#include "core/int_types.h"
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>
#include <string> #include <string>