X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6dcae52c84f013cc5ff85bf697eb9ae459ebe6c9..509304ee1435b62cd49eb9071995fab468f68f58:/src/surf/maxmin_private.h diff --git a/src/surf/maxmin_private.h b/src/surf/maxmin_private.h index 0ace8c0032..04047843f2 100644 --- a/src/surf/maxmin_private.h +++ b/src/surf/maxmin_private.h @@ -3,6 +3,9 @@ /* This program is free software; you can redistribute it and/or modify it under the terms of the license (GNU LGPL) which comes with this package. */ +#ifndef _SURF_MAXMIN_PRIVATE_H +#define _SURF_MAXMIN_PRIVATE_H + #include "surf/maxmin.h" #include "xbt/swag.h" @@ -72,5 +75,4 @@ typedef struct lmm_system { static void lmm_var_free(lmm_system_t sys, lmm_variable_t var); static void lmm_cnst_free(lmm_system_t sys, lmm_constraint_t cnst); -/* #define UNDEFINED_VALUE -1.0 */ -#define UNUSED_CONSTRAINT -2.0 +#endif /* _SURF_MAXMIN_PRIVATE_H */