X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..1e4c1a3b0188099d75edef236de08c1fb7d579d5:/testsuite/xbt/dynar_double.c diff --git a/testsuite/xbt/dynar_double.c b/testsuite/xbt/dynar_double.c index 97ce5b0b12..74e6610554 100644 --- a/testsuite/xbt/dynar_double.c +++ b/testsuite/xbt/dynar_double.c @@ -2,14 +2,12 @@ /* dynar_double: A test case for the dynar using doubles as content */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003 the OURAGAN project. */ +/* Copyright (c) 2003,2004 Martin Quinson. 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ -#include -#include +#include "gras.h" XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Logging specific to this test"); @@ -19,7 +17,7 @@ int main(int argc,char *argv[]) { int cpt,cursor; double d1,d2; - xbt_init_defaultlog(&argc,argv,"dynar.thresh=debug"); + xbt_init(&argc,argv); INFO0("==== Traverse the empty dynar"); d=xbt_dynar_new(sizeof(int),NULL);