Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-chernenko committed Sep 4, 2020
1 parent 0f364f8 commit 3ef4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/chappi_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class chip_base {
std::string name{};
name += chip_name;
name += '-';
name += std::to_string(get_counts());
name += std::to_string(get_num());
return name;
}
#if defined(CHAPPI_LOG_ENABLE)
Expand Down

0 comments on commit 3ef4f2e

Please sign in to comment.