Skip to content

Commit

Permalink
build fails
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Jan 24, 2025
1 parent 4318667 commit 8cd5169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ inline void PgmVnfParser::parse_node_input() {
std::string const guid = match[1].str();
double const unom = std::stod(match[2].str());

// Find the multiplier for u_nom
// Find the multiplier for unom
this->vnf_parsed_data_.emplace<VnfNode>(id_count_, guid, unom);
this->vision_guid_lookup_.try_emplace(guid, id_count_);

Expand Down

0 comments on commit 8cd5169

Please sign in to comment.