Skip to content

Commit

Permalink
change spec_file_broadcast_run_part name to pmc_mpi_broadcast_run_part
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed May 28, 2024
1 parent 28dbec8 commit ae6bb3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/partmc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ subroutine partmc_part(file)
end if
end if

call spec_file_broadcast_run_part(run_part_opt, aero_data, &
call pmc_mpi_broadcast_run_part(run_part_opt, aero_data, &
aero_state_init, gas_data, gas_state_init, env_state_init, &
aero_dist_init, scenario, &
#ifdef PMC_USE_CAMP
Expand Down
4 changes: 2 additions & 2 deletions src/run_part.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ end subroutine run_part_timeblock
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!> Read the specification for a run_part simulation from a spec file.
subroutine spec_file_broadcast_run_part(run_part_opt, aero_data, &
subroutine pmc_mpi_broadcast_run_part(run_part_opt, aero_data, &
aero_state_init, gas_data, gas_state_init, env_state_init, &
aero_dist_init, scenario, &
#ifdef PMC_USE_CAMP
Expand Down Expand Up @@ -1138,7 +1138,7 @@ subroutine spec_file_broadcast_run_part(run_part_opt, aero_data, &
deallocate(buffer)
#endif

end subroutine spec_file_broadcast_run_part
end subroutine pmc_mpi_broadcast_run_part

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Expand Down

0 comments on commit ae6bb3f

Please sign in to comment.