We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a3983 commit 6a98856Copy full SHA for 6a98856
unit_test/burn_cell/burn_cell.H
@@ -22,7 +22,7 @@ void burn_cell_c()
22
for (int n = 1; n <= NumSpec; ++n) {
23
24
if (unit_test_rp::init_species_all_equal) {
25
- massfractions[n-1] = 1.0_rt / static_cast<Real>(NumSpec);
+ massfractions[n-1] = 1.0_rt / static_cast<amrex::Real>(NumSpec);
26
} else {
27
massfractions[n-1] = get_xn(n);
28
0 commit comments