Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Oct 27, 2022
1 parent 7907156 commit d2dbea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/highfive/H5FileDriver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ namespace HighFive {
///
/// \brief file driver base concept
///
class [[deprecated("Use FileAccessProps directly")]] FileDriver: public FileAccessProps {
};
class [[deprecated("Use FileAccessProps directly")]] FileDriver: public FileAccessProps{};

#ifdef H5_HAVE_PARALLEL
///
/// \brief MPIIO Driver for Parallel HDF5
///
class [[deprecated("Add MPIOFileAccess directly to FileAccessProps")]] MPIOFileDriver: public FileAccessProps {
class [[deprecated("Add MPIOFileAccess directly to FileAccessProps")]] MPIOFileDriver
: public FileAccessProps {
public:
inline MPIOFileDriver(MPI_Comm mpi_comm, MPI_Info mpi_info);

Expand Down

0 comments on commit d2dbea0

Please sign in to comment.