SpECTRE Documentation Coverage Report
Current view: top level - IO/H5 - CombineH5.hpp Hit Total Coverage
Commit: 7059ea97f5f3957f35115a92fe36d4c84bc04733 Lines: 0 2 0.0 %
Date: 2024-04-30 04:42:15
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include <string>
       7             : #include <vector>
       8             : 
       9             : namespace h5 {
      10             : 
      11           0 : void combine_h5(const std::vector<std::string>& file_names,
      12             :                 const std::string& subfile_name, const std::string& output,
      13             :                 const bool check_src = true);
      14             : 
      15             : }  // namespace h5

Generated by: LCOV version 1.14