We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b5321 + ffb6cc8 commit c382611Copy full SHA for c382611
2 files changed
src/param/hbos_param.cpp
@@ -116,7 +116,7 @@ using namespace chimbuko;
116
117
nlohmann::json HbosParam::get_algorithm_params(const unsigned long func_id) const{
118
auto it = m_hbosstats.find(func_id);
119
- if(it == m_hbosstats.end()) throw std::runtime_error("Invalid function index in SstdParam::get_function_stats");
+ if(it == m_hbosstats.end()) throw std::runtime_error("Invalid function index in HbosParam::get_algorithm_params");
120
return it->second.get_json();
121
}
122
0 commit comments