aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
blob: e145c640ce62141176e867ee1837df6d619e15df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef STEPS_H
#define STEPS_H

#include "pruning.h"

#define NSTEPS          50

extern Step *           steps[NSTEPS];

void                    free_localinfo(LocalInfo *li);
LocalInfo *             new_localinfo();
void                    prepare_step(Step *step, int nthreads);

#endif

Generated with cgit - Back to sebastiano.tronto.net