aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/steps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/steps.h b/src/steps.h
index da5c041..682be88 100644
--- a/src/steps.h
+++ b/src/steps.h
@@ -8,6 +8,8 @@ extern Step * steps[];
8/* Two steps used directly by two-phase solver */ 8/* Two steps used directly by two-phase solver */
9extern Step drany_HTM; 9extern Step drany_HTM;
10extern Step dranyfin_DR; 10extern Step dranyfin_DR;
11/* Step used directly by the scramble command */
12extern Step drudfin_drud;
11 13
12void copy_estimatedata(EstimateData *s, EstimateData *d); 14void copy_estimatedata(EstimateData *s, EstimateData *d);
13void invert_estimatedata(EstimateData *ed); 15void invert_estimatedata(EstimateData *ed);

Generated with cgit - Back to sebastiano.tronto.net