+#include <cmath>
#include <xbt/log.h>
-#include <math.h>
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(loba);
unsigned NbNeighbours = pneigh.size();
double *S = new double[NbNeighbours];
- for (unsigned i = 0; i < NbNeighbours; i++)
+ for (unsigned i = 0; i < NbNeighbours; i++)
S[i] = 0.0;
//What is the minimum and maximum load under myLoad?
float minLoad = myLoad;