(MAX): Remove redundant definition.
This commit is contained in:
parent
ce79ad5a19
commit
fdc790db61
2 changed files with 0 additions and 9 deletions
|
@ -52,10 +52,6 @@
|
|||
#define EXPORT_BONUS 10.0
|
||||
#define IMPORT_BONUS 10.0
|
||||
|
||||
#ifndef MAX
|
||||
#define MAX(x,y) ((x) < (y) ? (y) : (x))
|
||||
#endif
|
||||
|
||||
int
|
||||
dodistribute(struct sctstr *sp, int imex, char *path, double dist_i_cost,
|
||||
double dist_e_cost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue