base/modules/psb_c_base_mat_mod.f90
 base/modules/psb_d_base_mat_mod.f90
 base/modules/psb_s_base_mat_mod.f90
 base/modules/psb_z_base_mat_mod.f90

Comment/prologue handling.
psblas3-type-indexed
Salvatore Filippone 14 years ago
parent 01b02f4e9c
commit bcc4b1b034

@ -47,7 +47,11 @@
! methods are implemented that allow the direct transition from one ! methods are implemented that allow the direct transition from one
! format to another. The psb_c_coo_sparse_mat type extends the ! format to another. The psb_c_coo_sparse_mat type extends the
! psb_c_base_sparse_mat one. ! psb_c_base_sparse_mat one.
!
! About the method MOLD: this has been defined for those compilers
! not yet supporting ALLOCATE( ...MOLD=...); it's otherwise silly to
! duplicate "by hand" what is specified in the language (in this case F2008)
!
module psb_c_base_mat_mod module psb_c_base_mat_mod

@ -48,6 +48,11 @@
! methods are implemented that allow the direct transition from one ! methods are implemented that allow the direct transition from one
! format to another. The psb_d_coo_sparse_mat type extends the ! format to another. The psb_d_coo_sparse_mat type extends the
! psb_d_base_sparse_mat one. ! psb_d_base_sparse_mat one.
!
! About the method MOLD: this has been defined for those compilers
! not yet supporting ALLOCATE( ...MOLD=...); it's otherwise silly to
! duplicate "by hand" what is specified in the language (in this case F2008)
!
module psb_d_base_mat_mod module psb_d_base_mat_mod

@ -48,6 +48,11 @@
! methods are implemented that allow the direct transition from one ! methods are implemented that allow the direct transition from one
! format to another. The psb_s_coo_sparse_mat type extends the ! format to another. The psb_s_coo_sparse_mat type extends the
! psb_s_base_sparse_mat one. ! psb_s_base_sparse_mat one.
!
! About the method MOLD: this has been defined for those compilers
! not yet supporting ALLOCATE( ...MOLD=...); it's otherwise silly to
! duplicate "by hand" what is specified in the language (in this case F2008)
!
module psb_s_base_mat_mod module psb_s_base_mat_mod

@ -49,6 +49,11 @@
! methods are implemented that allow the direct transition from one ! methods are implemented that allow the direct transition from one
! format to another. The psb_z_coo_sparse_mat type extends the ! format to another. The psb_z_coo_sparse_mat type extends the
! psb_z_base_sparse_mat one. ! psb_z_base_sparse_mat one.
!
! About the method MOLD: this has been defined for those compilers
! not yet supporting ALLOCATE( ...MOLD=...); it's otherwise silly to
! duplicate "by hand" what is specified in the language (in this case F2008)
!
module psb_z_base_mat_mod module psb_z_base_mat_mod

Loading…
Cancel
Save