diff options
Diffstat (limited to '')
| -rw-r--r-- | src/steps.h | 2 |
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 */ |
| 9 | extern Step drany_HTM; | 9 | extern Step drany_HTM; |
| 10 | extern Step dranyfin_DR; | 10 | extern Step dranyfin_DR; |
| 11 | /* Step used directly by the scramble command */ | ||
| 12 | extern Step drudfin_drud; | ||
| 11 | 13 | ||
| 12 | void copy_estimatedata(EstimateData *s, EstimateData *d); | 14 | void copy_estimatedata(EstimateData *s, EstimateData *d); |
| 13 | void invert_estimatedata(EstimateData *ed); | 15 | void invert_estimatedata(EstimateData *ed); |
