LCOV - code coverage report
Current view: top level - src/io - NCHelperEuler.hpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 0 6 0.0 %
Date: 2020-12-16 07:07:30 Functions: 0 3 0.0 %
Branches: 0 4 0.0 %

           Branch data     Line data    Source code
       1                 :            : //-------------------------------------------------------------------------
       2                 :            : // Filename      : NCHelperEuler.hpp
       3                 :            : //
       4                 :            : // Purpose       : Climate NC file helper for Eulerian Spectral grid
       5                 :            : //
       6                 :            : // Creator       : Danqing Wu
       7                 :            : //-------------------------------------------------------------------------
       8                 :            : 
       9                 :            : #ifndef NCHELPEREULER_HPP
      10                 :            : #define NCHELPEREULER_HPP
      11                 :            : 
      12                 :            : #include "NCHelper.hpp"
      13                 :            : 
      14                 :            : #ifdef WIN32
      15                 :            : #ifdef size_t
      16                 :            : #undef size_t
      17                 :            : #endif
      18                 :            : #endif
      19                 :            : 
      20                 :            : namespace moab
      21                 :            : {
      22                 :            : 
      23                 :            : //! Child helper class for Eulerian Spectral grid (CAM_EUL)
      24         [ #  # ]:          0 : class NCHelperEuler : public ScdNCHelper
      25                 :            : {
      26                 :            :   public:
      27                 :          0 :     NCHelperEuler( ReadNC* readNC, int fileId, const FileOptions& opts, EntityHandle fileSet )
      28                 :          0 :         : ScdNCHelper( readNC, fileId, opts, fileSet )
      29                 :            :     {
      30                 :          0 :     }
      31                 :            : 
      32                 :            :     static bool can_read_file( ReadNC* readNC, int fileId );
      33                 :            : 
      34                 :            :   private:
      35                 :            :     virtual ErrorCode init_mesh_vals();
      36                 :          0 :     virtual std::string get_mesh_type_name()
      37                 :            :     {
      38         [ #  # ]:          0 :         return "CAM_EUL";
      39                 :            :     }
      40                 :            : };
      41                 :            : 
      42                 :            : }  // namespace moab
      43                 :            : 
      44                 :            : #endif

Generated by: LCOV version 1.11