Skip to content

Commit c09111a

Browse files
committed
fortran lint
1 parent 5eada76 commit c09111a

File tree

8 files changed

+83
-87
lines changed

8 files changed

+83
-87
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.20)
1+
cmake_minimum_required(VERSION 3.20...3.24)
22

33
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
44
message(FATAL_ERROR "cmake -B <build> to specify build directory")

src/fpm_config.f90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
contains
66

77
module procedure get_hdf5_config
8-
98
parallel_compression = .true.
10-
11-
end procedure get_hdf5_config
9+
end procedure
1210

1311
end submodule h5conf

src/hdf5_config.f90.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ implicit none (type, external)
55
contains
66

77
module procedure get_hdf5_config
8-
98
parallel_compression = @hdf5_parallel_compression@
10-
11-
end procedure get_hdf5_config
9+
end procedure
1210

1311
end submodule h5conf

0 commit comments

Comments
 (0)