X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4de869aa8bcf5a24acf31227f46f577e4bdb1479..db9e1e77f7d08a187ac8e5588e42b3358879de9f:/examples/gras/chrono/chrono2.c diff --git a/examples/gras/chrono/chrono2.c b/examples/gras/chrono/chrono2.c index 147fb4e041..7816fd2c1f 100644 --- a/examples/gras/chrono/chrono2.c +++ b/examples/gras/chrono/chrono2.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* chrono - demo of GRAS benchmarking features */ -/* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2005, 2010. The SimGrid Team. + * All rights reserved. */ /* 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. */ @@ -67,7 +66,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);