some new stuff, some bug fixing

This commit is contained in:
nemu
2008-04-29 19:20:16 +00:00
parent a0532c3b44
commit 09278f2baa
6 changed files with 99 additions and 19 deletions

View File

@ -130,12 +130,13 @@ typedef struct {
// data related info
double fDataTimeStart;
double fDataTimeStep;
vector<double> fValue;
vector<double> fError;
PDoubleVector fX; // only used for non-muSR
PDoubleVector fValue;
PDoubleVector fError;
// theory related info
double fTheoryTimeStart;
double fTheoryTimeStep;
vector<double> fTheory;
PDoubleVector fTheory;
} PRunData;
//-------------------------------------------------------------