From 6c9624792cada7e4cd5e6d4a8c53204242cc8455 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Thu, 10 Oct 2024 14:38:51 +0200 Subject: [PATCH] Micro improvement of documentation. (#1041) --- doc/migration_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/migration_guide.md b/doc/migration_guide.md index ac8048df6..b8ab0ec4e 100644 --- a/doc/migration_guide.md +++ b/doc/migration_guide.md @@ -133,7 +133,7 @@ target_link_libraries(add PUBLIC boost::boost) # For HighFive there's two options for adding `-I ${HIGHFIVE_DIR}` and the # flags for HDF5. # -# Option 1: HighFive is install (systemwide) as a regular library: +# Option 1: HighFive is installed as a (system-wide) regular library: find_package(HighFive) target_link_libraries(app PUBLIC HighFive::HighFive) @@ -169,7 +169,7 @@ of a "file driver". Removing the concept hopefully makes it easier to add a better abstraction for the handling of the property lists, when we discover such an abstraction. -## Removal of broadcasting +## Removal of broadcasting. HighFive v2 had a feature that a dataset (or attribute) of shape `[n, 1]` could be read into a one-dimensional array automatically.