Skip to content

Commit bd1d2be

Browse files
committed
interface: only interfaces
1 parent dced3de commit bd1d2be

File tree

9 files changed

+505
-442
lines changed

9 files changed

+505
-442
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ configure_file(hdf5_config.f90.in hdf5_config.f90 @ONLY)
55

66
# main library
77
add_library(h5mpi interface.f90
8-
attributes.f90
8+
utils.f90 attributes.f90
99
${CMAKE_CURRENT_BINARY_DIR}/hdf5_config.f90
1010
read.f90 reader.f90 read_scalar.f90
1111
write.f90 writer.f90 write_scalar.f90

0 commit comments

Comments
 (0)