Skip to content

Commit

Permalink
Merge pull request #199 from NCAR/main-formatting
Browse files Browse the repository at this point in the history
Auto-format code changes
  • Loading branch information
K20shores authored Aug 24, 2023
2 parents 709a09d + 9018af2 commit ebb653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/process/test_cuda_process_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void testRandomSystemAddJacobianTerms(std::size_t n_cells, std::size_t n_reactio
}
micm::Phase gas_phase{ species };
micm::State<MatrixPolicy> state{ micm::StateParameters{ .state_variable_names_{ species_names },
.number_of_grid_cells_ = n_cells,
.number_of_grid_cells_ = n_cells,
.number_of_rate_constants_ = n_reactions } };

std::vector<micm::Process> processes{};
Expand Down

0 comments on commit ebb653d

Please sign in to comment.