提交 ad57fb38 编写于 作者: F freeHackOfJeff 提交者: Jiangtao Hu

Perception: always using compound assignment statements for cormection string

上级 e77d7c47
......@@ -290,7 +290,7 @@ std::string Dst::PrintBba() const {
for (const auto &fod_subset_name : fod_subset_names) {
header += (boost::format("%20s") % fod_subset_name).str();
}
res = res + header + "\n";
res += header + "\n";
res += print_row("belief_mass", bba_vec_);
// res += print_row("support", support_vec_);
// res += print_row("uncertainty", uncertainty_vec_);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册