SpECTRE Documentation Coverage Report
Current view: top level - ControlSystem/Tags - FutureMeasurements.hpp Hit Total Coverage
Commit: 7059ea97f5f3957f35115a92fe36d4c84bc04733 Lines: 1 3 33.3 %
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 "ControlSystem/FutureMeasurements.hpp"
       7             : #include "DataStructures/DataBox/Tag.hpp"
       8             : 
       9             : namespace control_system::Tags {
      10             : /// Measurement times for a set of control systems sharing a
      11             : /// measurement.
      12             : template <typename ControlSystems>
      13           1 : struct FutureMeasurements : db::SimpleTag {
      14           0 :   using type = control_system::FutureMeasurements;
      15             : };
      16             : }  // namespace control_system::Tags

Generated by: LCOV version 1.14