You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
121 B
Fortran
7 lines
121 B
Fortran
8 years ago
|
module psb_base_psblas_cbind_mod
|
||
|
|
||
|
use iso_c_binding
|
||
|
use psb_d_psblas_cbind_mod
|
||
|
|
||
|
end module psb_base_psblas_cbind_mod
|