Midge  v3.9.2
Data Processing Framework
print.hh
Go to the documentation of this file.
1 // print.hh
2 // Author: N.S. Oblath
3 // Date: May 4, 2020
4 
5 #ifndef PBTEST_PRINT_HH_
6 #define PBTEST_PRINT_HH_
7 
8 #include "param.hh"
9 
10 namespace pbtest
11 {
12 
13  void print( const scarab::param& a_param );
14 
15 } /* end namespace pbtest */
16 
17 #endif /* PBTEST_PRINT_HH_ */
void print(const scarab::param &a_param)
Definition: print.cc:13
Definition: print.cc:11