mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Compute variations of plans
Print out partial derivatives of stop times with respect to variation of depth and duratin of last manual segment. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
e6545a7b0f
commit
2832141d2c
4 changed files with 121 additions and 15 deletions
|
@ -107,6 +107,9 @@ private:
|
|||
explicit DivePlannerPointsModel(QObject *parent = 0);
|
||||
void createPlan(bool replanCopy);
|
||||
struct diveplan diveplan;
|
||||
struct divedatapoint *cloneDiveplan(struct diveplan *plan_copy);
|
||||
void computeVariations();
|
||||
void analyzeVariations(struct decostop *min, struct decostop *mid, struct decostop *max, const char *unit);
|
||||
Mode mode;
|
||||
bool recalc;
|
||||
QVector<divedatapoint> divepoints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue