Skip to content

Commit

Permalink
revert a debugging hack (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 28, 2021
1 parent 46fcc13 commit 60f8e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/react_util.H
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ init_t setup_composition(const int nz) {
comp_data.n2 = 0;
comp_data.n3 = 0;

comp_data.Xp_min = 1.0_rt;
comp_data.Xp_max = 1.0_rt;
comp_data.Xp_min = 0.2_rt;
comp_data.Xp_max = 0.9_rt;

} else if (comp_data.nprim == 2) {
comp_data.n1 = nz/2;
Expand Down

0 comments on commit 60f8e44

Please sign in to comment.