Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / examples / gras / chrono / chrono2.c
index 147fb4e..9170cef 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* chrono - demo of GRAS benchmarking features                              */
 
 /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved.  */
@@ -67,7 +65,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);