diff options
Diffstat (limited to '')
| -rw-r--r-- | src/steps.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/steps.h b/src/steps.h index e145c64..a55a101 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -7,8 +7,10 @@ | |||
| 7 | 7 | ||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void free_localinfo(LocalInfo *li); | 10 | void copy_estimatedata(EstimateData *s, EstimateData *d); |
| 11 | LocalInfo * new_localinfo(); | 11 | void free_estimatedata(EstimateData *ed); |
| 12 | void prepare_step(Step *step, int nthreads); | 12 | void invert_estimatedata(EstimateData *ed); |
| 13 | EstimateData * new_estimatedata(); | ||
| 14 | void prepare_step(Step *step, SolveOptions *opts); | ||
| 13 | 15 | ||
| 14 | #endif | 16 | #endif |
