Skip to content

Commit c382611

Browse files
committed
merge from sm_develop branch
2 parents 01b5321 + ffb6cc8 commit c382611

2 files changed

Lines changed: 7 additions & 370 deletions

File tree

src/param/hbos_param.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ using namespace chimbuko;
116116

117117
nlohmann::json HbosParam::get_algorithm_params(const unsigned long func_id) const{
118118
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");
119+
if(it == m_hbosstats.end()) throw std::runtime_error("Invalid function index in HbosParam::get_algorithm_params");
120120
return it->second.get_json();
121121
}
122122

0 commit comments

Comments
 (0)