Merge dodistribute() parameters dist_i_cost, dist_e_cost
Only one of them is used, depending on argument imex. Replace them by a single parameter path_cost.
This commit is contained in:
parent
d1bdeb4353
commit
791ba26c5e
3 changed files with 8 additions and 9 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, double, double);
|
||||
extern int dodistribute(struct sctstr *, int, double);
|
||||
/* finish.c */
|
||||
extern void finish_sects(int);
|
||||
/* human.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue