From bcc4b1b0341c0ce68b29c1545c817b0fc595cddd Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 3 Jan 2011 12:38:26 +0000 Subject: [PATCH] psblas3: 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. --- base/modules/psb_c_base_mat_mod.f90 | 6 +++++- base/modules/psb_d_base_mat_mod.f90 | 5 +++++ base/modules/psb_s_base_mat_mod.f90 | 5 +++++ base/modules/psb_z_base_mat_mod.f90 | 5 +++++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/base/modules/psb_c_base_mat_mod.f90 b/base/modules/psb_c_base_mat_mod.f90 index 1674d943..2c1806f2 100644 --- a/base/modules/psb_c_base_mat_mod.f90 +++ b/base/modules/psb_c_base_mat_mod.f90 @@ -47,7 +47,11 @@ ! methods are implemented that allow the direct transition from one ! format to another. The psb_c_coo_sparse_mat type extends the ! 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 diff --git a/base/modules/psb_d_base_mat_mod.f90 b/base/modules/psb_d_base_mat_mod.f90 index 37001278..1d62a762 100644 --- a/base/modules/psb_d_base_mat_mod.f90 +++ b/base/modules/psb_d_base_mat_mod.f90 @@ -48,6 +48,11 @@ ! methods are implemented that allow the direct transition from one ! format to another. The psb_d_coo_sparse_mat type extends the ! 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 diff --git a/base/modules/psb_s_base_mat_mod.f90 b/base/modules/psb_s_base_mat_mod.f90 index d3ee1df0..78de33a6 100644 --- a/base/modules/psb_s_base_mat_mod.f90 +++ b/base/modules/psb_s_base_mat_mod.f90 @@ -48,6 +48,11 @@ ! methods are implemented that allow the direct transition from one ! format to another. The psb_s_coo_sparse_mat type extends the ! 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 diff --git a/base/modules/psb_z_base_mat_mod.f90 b/base/modules/psb_z_base_mat_mod.f90 index a35e1f21..29cb0cd6 100644 --- a/base/modules/psb_z_base_mat_mod.f90 +++ b/base/modules/psb_z_base_mat_mod.f90 @@ -49,6 +49,11 @@ ! methods are implemented that allow the direct transition from one ! format to another. The psb_z_coo_sparse_mat type extends the ! 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