Commit b820acb1 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add HDF5 ClusterOutputInfo constructor

parent 9d8d0024
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -469,6 +469,12 @@ public:
    const mixMPI *mpidata, int first_xi = 1, int xi_length = 0
  );

  /*! \brief `ClusterOutputInfo` constructor from HDF5 input.
   *
   * \param hdf5_file_name: `const string &` Path to the HDF5 file to be read.
   */   
  ClusterOutputInfo(const std::string &hdf5_file_name);

  /*! \brief `ClusterOutputInfo` instance destroyer.
   */
  ~ClusterOutputInfo();