Skip to content

Commit e249419

Browse files
authored
Refactor: split fpm_meta into parts (#1119)
2 parents bb76d6a + 16ae311 commit e249419

File tree

8 files changed

+1943
-1845
lines changed

8 files changed

+1943
-1845
lines changed

src/fpm/manifest/meta.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module fpm_manifest_metapackages
4848

4949
!> fortran-lang minpack
5050
type(metapackage_request_t) :: minpack
51-
51+
5252
!> HDF5
5353
type(metapackage_request_t) :: hdf5
5454

@@ -199,7 +199,7 @@ subroutine new_meta_config(self, table, meta_allowed, error)
199199

200200
call new_meta_request(self%mpi, "mpi", table, meta_allowed, error)
201201
if (allocated(error)) return
202-
202+
203203
call new_meta_request(self%hdf5, "hdf5", table, meta_allowed, error)
204204
if (allocated(error)) return
205205

0 commit comments

Comments
 (0)