Skip to content

Commit

Permalink
Debug main (#198)
Browse files Browse the repository at this point in the history
* debug main

* main compiled w/o error
  • Loading branch information
qinatan committed Aug 23, 2023
1 parent 48cb167 commit 709a09d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/process/test_cuda_process_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +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_custom_parameters_ = 0,
.number_of_grid_cells_ = n_cells,
.number_of_rate_constants_ = n_reactions } };

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

0 comments on commit 709a09d

Please sign in to comment.