diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-17 22:03:33 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-17 22:03:33 +0100 |
| commit | 6df92db4d23dd6e2c3aba48caf1e0ea30265abb2 (patch) | |
| tree | d798a2717ed9ee266e6070a3fd018de5dbcf1cd2 /src/steps.h | |
| parent | 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (diff) | |
| download | nissy-6df92db4d23dd6e2c3aba48caf1e0ea30265abb2.tar.gz nissy-6df92db4d23dd6e2c3aba48caf1e0ea30265abb2.zip | |
some progress
Diffstat (limited to 'src/steps.h')
| -rw-r--r-- | src/steps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/steps.h b/src/steps.h index a55a101..5744e48 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -8,9 +8,8 @@ | |||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void copy_estimatedata(EstimateData *s, EstimateData *d); | 10 | void copy_estimatedata(EstimateData *s, EstimateData *d); |
| 11 | void free_estimatedata(EstimateData *ed); | ||
| 12 | void invert_estimatedata(EstimateData *ed); | 11 | void invert_estimatedata(EstimateData *ed); |
| 13 | EstimateData * new_estimatedata(); | 12 | void reset_estimatedata(EstimateData *ed); |
| 14 | void prepare_step(Step *step, SolveOptions *opts); | 13 | void prepare_step(Step *step, SolveOptions *opts); |
| 15 | 14 | ||
| 16 | #endif | 15 | #endif |
