ChannelWeight.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2005 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/ChannelWeight.h
10 
11 #ifndef _Pulsar_ChannelWeight_H
12 #define _Pulsar_ChannelWeight_H
13 
14 #include "Pulsar/Weight.h"
15 
16 namespace Pulsar {
17 
19 
21  class ChannelWeight : public Weight {
22 
23  };
24 
25 }
26 
27 #endif
28 
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17