Last change
on this file since 963 was 955, checked in by mar637, 19 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 |
|
---|
14 | namespace asap {
|
---|
15 |
|
---|
16 | STFitEntry::STFitEntry()
|
---|
17 | {
|
---|
18 | }
|
---|
19 |
|
---|
20 |
|
---|
21 | STFitEntry::~STFitEntry()
|
---|
22 | {
|
---|
23 | }
|
---|
24 |
|
---|
25 |
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.