Skip to content

Commit 0401c93

Browse files
Piyush ShardaPiyush Sharda
Piyush Sharda
authored and
Piyush Sharda
committed
revert
1 parent 14eb8be commit 0401c93

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

networks/primordial_chem/actual_network.H

-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ namespace Rates
2626

2727
}
2828

29-
void balance_charge(burn_t& state);
30-
3129
#endif

networks/primordial_chem/actual_network_data.cpp

-9
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ void actual_network_init()
1010
{
1111

1212
}
13-
14-
void balance_charge(burn_t& state)
15-
{
16-
17-
// update the number density of electrons due to charge conservation
18-
state.xn[0] = -state.xn[3] - state.xn[7] + state.xn[1] + state.xn[12] +
19-
state.xn[6] + state.xn[4] + state.xn[9] + 2.0 * state.xn[11];
20-
21-
}

0 commit comments

Comments
 (0)