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

Generated using doxygen 1.8.17