From 23463547ec83f33a361a97b3255976434e36aa4f Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 4 Dec 2014 16:51:44 +0000 Subject: [PATCH] Take out parts.fh where it's not needed. --- base/modules/psb_cd_tools_mod.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/base/modules/psb_cd_tools_mod.f90 b/base/modules/psb_cd_tools_mod.f90 index d8641017..650ca877 100644 --- a/base/modules/psb_cd_tools_mod.f90 +++ b/base/modules/psb_cd_tools_mod.f90 @@ -182,7 +182,6 @@ module psb_cd_tools_mod subroutine psb_cd_switch_ovl_indxmap(desc,info) import :: psb_ipk_, psb_desc_type implicit None - include 'parts.fh' type(psb_desc_type), intent(inout) :: desc integer(psb_ipk_), intent(out) :: info end subroutine psb_cd_switch_ovl_indxmap