Skip to content

Commit

Permalink
add const
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Oct 7, 2024
1 parent ab637af commit 9bb6b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ inline void PgmVnfConverter::convert_input() {

power_grid_model::ConstDataset const_dataset = create_const_dataset_from_container(container, meta_data);

std::string serialized_pgm_data = serialize_data(const_dataset);
std::string const serialized_pgm_data = serialize_data(const_dataset);

// 1. our vnf importer it directly understands the vnf format
// 2. convert vnf like dataset to internal types (take raw data and convert it to pgm component container)
Expand Down

0 comments on commit 9bb6b50

Please sign in to comment.