Skip to content

Commit

Permalink
fix header guard
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Feb 20, 2024
1 parent 852d35f commit 522d488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// SPDX-License-Identifier: MPL-2.0

#pragma once
#ifndef POWER_GRID_MODEL_COMMON_SPARSE_IDX_VECTOR_HPP
#define POWER_GRID_MODEL_COMMON_SPARSE_IDX_VECTOR_HPP
#ifndef POWER_GRID_MODEL_COMMON_GROUPED_INDEX_VECTOR_HPP
#define POWER_GRID_MODEL_COMMON_GROUPED_INDEX_VECTOR_HPP

#include "counting_iterator.hpp"
#include "power_grid_model.hpp"
Expand Down

0 comments on commit 522d488

Please sign in to comment.