Add C=f(C) curve and fixed some bugs

This commit is contained in:
Desmis
2017-01-23 13:06:10 +01:00
parent 3ecf01c713
commit 9e1b9f7c19
19 changed files with 733 additions and 266 deletions

View File

@@ -933,6 +933,7 @@ public:
std::vector<double> localTgaincurve;
std::vector<double> localTgaincurverab;
std::vector<double> llcurve;
std::vector<double> cccurve;
std::vector<double> LHcurve;
double mult[5];
@@ -948,6 +949,7 @@ public:
static void getDefaultLocalgainCurveTrab (std::vector<double> &curve);
static void getDefaultLLCurve (std::vector<double> &curve);
static void getDefaultLHCurve (std::vector<double> &curve);
static void getDefaultCCCurve (std::vector<double> &curve);
};