diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-07 12:20:51 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-07 12:20:51 +0100 |
| commit | b6fd508253bce9225dd24b6538adb5093892c4f8 (patch) | |
| tree | 75f58f26fca63f0bbda0a351a2cb8f514194a35b /src/steps.h | |
| parent | e528411b1a1be45e1bef0f525fd0f411c9689b11 (diff) | |
| download | nissy-b6fd508253bce9225dd24b6538adb5093892c4f8.tar.gz nissy-b6fd508253bce9225dd24b6538adb5093892c4f8.zip | |
Little performance improvement in optimal solver - more to come!
Diffstat (limited to 'src/steps.h')
| -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 4aedcee..f23bc69 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | 7 | ||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void free_localinfo(LocalInfo *li); | ||
| 11 | LocalInfo * new_localinfo(); | ||
| 10 | void prepare_step(Step *step); | 12 | void prepare_step(Step *step); |
| 11 | 13 | ||
| 12 | #endif | 14 | #endif |
