Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 29, 2024
1 parent 14eb8be commit 0401c93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions networks/primordial_chem/actual_network.H
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ namespace Rates

}

void balance_charge(burn_t& state);

#endif
9 changes: 0 additions & 9 deletions networks/primordial_chem/actual_network_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ void actual_network_init()
{

}

void balance_charge(burn_t& state)
{

// update the number density of electrons due to charge conservation
state.xn[0] = -state.xn[3] - state.xn[7] + state.xn[1] + state.xn[12] +
state.xn[6] + state.xn[4] + state.xn[9] + 2.0 * state.xn[11];

}

0 comments on commit 0401c93

Please sign in to comment.