aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/steps.h')
-rw-r--r--src/steps.h8
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
8extern Step * steps[NSTEPS]; 8extern Step * steps[NSTEPS];
9 9
10void free_localinfo(LocalInfo *li); 10void copy_estimatedata(EstimateData *s, EstimateData *d);
11LocalInfo * new_localinfo(); 11void free_estimatedata(EstimateData *ed);
12void prepare_step(Step *step, int nthreads); 12void invert_estimatedata(EstimateData *ed);
13EstimateData * new_estimatedata();
14void prepare_step(Step *step, SolveOptions *opts);
13 15
14#endif 16#endif

Generated with cgit - Back to sebastiano.tronto.net