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
16namespace MEAL {
17
19
22
23 class Constant : public NoParameters {
24
25 public:
26
27
28 };
29
30}
31
32#endif
Represents a constant model with no parameters.
Definition Constant.h:23
NoParameters()
Default constructor.
Definition NoParameters.h:24
Namespace in which all modeling and calibration related code is declared.
Definition ExampleComplex2.h:16

Generated using doxygen 1.14.0