XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
diagnostics.hpp
Go to the documentation of this file.
1 #ifndef DIAGNOSTICS_HPP
2 #define DIAGNOSTICS_HPP
3 
4 #include "push_diagnostic.hpp"
5 #include "heat_diagnostics.hpp"
6 
7 /* Contains all the diagnostics */
8 struct Diagnostics{
11 };
12 
13 #endif
Definition: diagnostics.hpp:8
PushDiagnostic< DeviceType > push_diag
Definition: diagnostics.hpp:9
HeatDiagnostics< DeviceType > heat_diag
Definition: diagnostics.hpp:10