mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: reserve vs resize in Worker
This commit is contained in:
parent
dad82f22ba
commit
efea0d5c19
@ -153,7 +153,7 @@ void poet::ChemistryModule::WorkerDoWork(MPI_Status &probe_status,
|
||||
current_sim_time = mpi_buffer[count + 3];
|
||||
|
||||
// current work package start location in field
|
||||
wp_start_index = mpi_buffer[count+4];
|
||||
wp_start_index = mpi_buffer[count + 4];
|
||||
|
||||
for (std::size_t wp_i = 0; wp_i < s_curr_wp.size; wp_i++) {
|
||||
s_curr_wp.input[wp_i] =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user