|
SABER
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | bump_main (n1, arg1, n2, arg2) |
| Call to the BUMP library. More... | |
| 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.
| [in] | n1 | First argument size |
| [in] | arg1 | First argument |
| [in] | n2 | Second argument size |
| [in] | arg2 | Second argument |
Definition at line 8 of file bump_main.F90.