Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate Bruno's work on SIMIX onto main stream. Tests are broken, but it looks...
[simgrid.git] / examples / gras / chrono / chrono2.c
index 147fb4e..329a987 100644 (file)
@@ -67,7 +67,7 @@ static int mat_mult(int n)
 
 int multiplier (int argc,char *argv[])
 {
-  gras_init(&argc, argv, NULL);
+  gras_init(&argc, argv);
 
   mat_mult(10);
   mat_mult(20);