File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
power_grid_model_c/power_grid_model/include/power_grid_model/main_core Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,11 @@ constexpr void add_to_increment(std::vector<MathModelParamIncrement>& increments
4949
5050// default implementation for other components, does nothing
5151template <typename ComponentType, typename ComponentContainer>
52- constexpr void add_to_increment (std::vector<MathModelParamIncrement>& /* increments */ ,
52+ constexpr void add_to_increment (std::vector<MathModelParamIncrement> const & /* increments */ ,
5353 MainModelState<ComponentContainer> const & /* state */ ,
54- Idx2D const & /* changed_component_idx */ ) {}
54+ Idx2D const & /* changed_component_idx */ ) {
55+ // default implementation is no-op
56+ }
5557} // namespace detail
5658
5759template <symmetry_tag sym, typename MainModelType>
You can’t perform that action at this time.
0 commit comments