From 82c20366986a3ba9cc7ff1e873c907ec3409b449 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 19 Feb 2025 16:20:28 +0100 Subject: Fixed bug in DR scramble generation --- src/steps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/steps.h') 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[]; /* Two steps used directly by two-phase solver */ extern Step drany_HTM; extern Step dranyfin_DR; +/* Step used directly by the scramble command */ +extern Step drudfin_drud; void copy_estimatedata(EstimateData *s, EstimateData *d); void invert_estimatedata(EstimateData *ed); -- cgit v1.3