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

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * NCWriteFV.hpp
       3                 :            :  *
       4                 :            :  *  nc write helper for FV type data (CAM)
       5                 :            :  *  Created on: April 9, 2014
       6                 :            :  *
       7                 :            :  */
       8                 :            : 
       9                 :            : #ifndef NCWRITEFV_HPP_
      10                 :            : #define NCWRITEFV_HPP_
      11                 :            : 
      12                 :            : #include "NCWriteHelper.hpp"
      13                 :            : 
      14                 :            : namespace moab
      15                 :            : {
      16                 :            : 
      17                 :            : class NCWriteFV : public ScdNCWriteHelper
      18                 :            : {
      19                 :            :   public:
      20                 :          0 :     NCWriteFV( WriteNC* writeNC, int fileId, const FileOptions& opts, EntityHandle fileSet )
      21                 :          0 :         : ScdNCWriteHelper( writeNC, fileId, opts, fileSet )
      22                 :            :     {
      23                 :          0 :     }
      24                 :            : 
      25                 :            :     virtual ~NCWriteFV();
      26                 :            : };
      27                 :            : 
      28                 :            : }  // namespace moab
      29                 :            : 
      30                 :            : #endif  // NCWRITEFV_HPP_

Generated by: LCOV version 1.11