mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Change intent in res_interface to match previous commit.
This commit is contained in:
parent
241b6e567c
commit
f7aacaf0a7
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ module solver_interface
|
|||
abstract interface
|
||||
subroutine res_interface(x, res)
|
||||
import :: Vector
|
||||
type(Vector), intent(in) :: x ! solution vector
|
||||
type(Vector), intent(out) :: res ! residual vector
|
||||
type(Vector), intent(in) :: x ! solution vector
|
||||
type(Vector), intent(inout) :: res ! residual vector
|
||||
end subroutine res_interface
|
||||
|
||||
subroutine jac_interface(x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue