Skip to content

change intent for outp to inout

Meisam Tabriz requested to merge fix_td-write-init_output_intent into develop

Description

The outp variable is already initialized and partially populated when the td_write_init subroutine is being called either from td_run()@td.F90 or propagate_forward()@propagation.F90.

Checklist

  • [N/A] I have checked that my code follows the Octopus coding standards
  • [N/A] I have added tests for all the new features added in this request.

Merge request reports