Skip to content
Snippets Groups Projects
Commit f53dde1b authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Add #ifdef PARAMETERIZE around parameterization pecies

param builds hsould work
parent 050629ad
No related branches found
No related tags found
No related merge requests found
...@@ -692,6 +692,7 @@ class PyFeatureNode : public PyNode<FeatureNodeBase> ...@@ -692,6 +692,7 @@ class PyFeatureNode : public PyNode<FeatureNodeBase>
int n_feats() const override { PYBIND11_OVERRIDE(int, FeatureNodeBase, n_feats, ); } int n_feats() const override { PYBIND11_OVERRIDE(int, FeatureNodeBase, n_feats, ); }
#ifdef PARAMETERIZE
void set_value(const double* params, void set_value(const double* params,
int offset = -1, int offset = -1,
const bool for_comp = false, const bool for_comp = false,
...@@ -743,6 +744,7 @@ class PyFeatureNode : public PyNode<FeatureNodeBase> ...@@ -743,6 +744,7 @@ class PyFeatureNode : public PyNode<FeatureNodeBase>
{ {
PYBIND11_OVERRIDE_PURE(std::string, FeatureNodeBase, matlab_fxn_expr, params, depth); PYBIND11_OVERRIDE_PURE(std::string, FeatureNodeBase, matlab_fxn_expr, params, depth);
} }
#endif
}; };
#endif #endif
// GCOV_EXCL_STOP GCOVR_EXCL_STOP LCOV_EXCL_STOP // GCOV_EXCL_STOP GCOVR_EXCL_STOP LCOV_EXCL_STOP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment