SABER
bump_main.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine bump_main (n1, arg1, n2, arg2)
 Call to the BUMP library. More...
 

Function/Subroutine Documentation

◆ bump_main()

subroutine bump_main ( integer(c_int), intent(in)  n1,
character(c_char), dimension(n1), intent(in)  arg1,
integer(c_int), intent(in)  n2,
character(c_char), dimension(n2), intent(in)  arg2 
)

Call to the BUMP library.

Parameters
[in]n1First argument size
[in]arg1First argument
[in]n2Second argument size
[in]arg2Second argument

Definition at line 8 of file bump_main.F90.