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

FeatureSpace updates for -DBUILD_PARAMS=OFF

fix that compilation error
parent 02fbe149
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,11 @@ void FeatureSpace::generate_feature_space(
}
else
{
#ifdef PARAMETERIZE
feat_ind = _phi.size() + _phi_reparam.size();
#else
throw std::logic_error("Reparameterization only allowed if compiled with -DBUILD_PARAMS=ON");
#endif
}
node_value_arrs::clear_temp_reg();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment