Skip to content

Commit

Permalink
fixing code style #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 26, 2024
1 parent abfb64b commit d684f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/traction_wire/Circuit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ bool Circuit::_solveNRmethod() {
// vals are now the solution x of the circuit
deployResults(vals, &removable_ids);

delete eqn;
delete vals;
delete[] eqn;
delete[] vals;
return true;
}

Expand Down

0 comments on commit d684f39

Please sign in to comment.