source: trunk/src/STFitEntry.cpp @ 955

Last change on this file since 955 was 955, checked in by mar637, 18 years ago

Class to transport fit parameters

File size: 313 bytes
Line 
1//
2// C++ Implementation: STFitEntry
3//
4// Description:
5//
6//
7// Author: Malte Marquarding <Malte.Marquarding@csiro.au>, (C) 2006
8//
9// Copyright: See COPYING file that comes with this distribution
10//
11//
12#include "STFitEntry.h"
13
14namespace asap {
15
16STFitEntry::STFitEntry()
17{
18}
19
20
21STFitEntry::~STFitEntry()
22{
23}
24
25
26}
Note: See TracBrowser for help on using the repository browser.