Constant.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2004 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/MEAL/MEAL/Constant.h
10 
11 #ifndef __MEAL_Constant_H
12 #define __MEAL_Constant_H
13 
14 #include "MEAL/NoParameters.h"
15 
16 namespace MEAL {
17 
19 
23  class Constant : public NoParameters {
24 
25  public:
26 
27 
28  };
29 
30 }
31 
32 #endif
Namespace in which all modeling and calibration related code is declared.
Definition: ExampleComplex2.h:16

Generated using doxygen 1.8.17