LCOV - code coverage report
Current view: top level - stdcasa - Quantity.h (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 0 1 0.0 %
Date: 2024-11-06 17:42:47 Functions: 0 1 0.0 %

          Line data    Source code
       1             : 
       2             : #ifndef CASAC_QUANTITY_H
       3             : #define CASAC_QUANTITY_H 1
       4             : 
       5             : namespace casac {
       6             :    struct Quantity
       7             :    {
       8             :       Quantity( ) { }
       9           0 :       Quantity(std::vector<double> arg0, std::string arg1) : value(arg0), units(arg1) { }
      10             :       std::vector<double> value;
      11             :       std::string units;
      12             : 
      13             :    };
      14             : }
      15             : #endif

Generated by: LCOV version 1.16