Remove dodistribute() parameter path
It was only used to see whether a path to the dist center exists. Use negative cost for that.
This commit is contained in:
parent
99c73f399a
commit
d1bdeb4353
3 changed files with 9 additions and 14 deletions
|
@ -694,7 +694,7 @@ extern void delete_old_announcements(void);
|
|||
/* deliver.c */
|
||||
extern void dodeliver(struct sctstr *);
|
||||
/* distribute.c */
|
||||
extern int dodistribute(struct sctstr *, int, char *, double, double);
|
||||
extern int dodistribute(struct sctstr *, int, double, double);
|
||||
/* finish.c */
|
||||
extern void finish_sects(int);
|
||||
/* human.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue