Skip to content

Commit

Permalink
remove unused/uninitialized member
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
  • Loading branch information
figueroa1395 committed Jan 6, 2025
1 parent 3121369 commit 36d5d20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ template <symmetry_tag sym> class ShortCircuitSolver {

private:
Idx n_bus_;
Idx n_fault_;
Idx n_source_;
// shared topo data
std::shared_ptr<DenseGroupedIdxVector const> sources_per_bus_;
Expand Down

0 comments on commit 36d5d20

Please sign in to comment.