Skip to content

Commit 6a98856

Browse files
committed
add namespace
1 parent a0a3983 commit 6a98856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_test/burn_cell/burn_cell.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void burn_cell_c()
2222
for (int n = 1; n <= NumSpec; ++n) {
2323

2424
if (unit_test_rp::init_species_all_equal) {
25-
massfractions[n-1] = 1.0_rt / static_cast<Real>(NumSpec);
25+
massfractions[n-1] = 1.0_rt / static_cast<amrex::Real>(NumSpec);
2626
} else {
2727
massfractions[n-1] = get_xn(n);
2828

0 commit comments

Comments
 (0)