X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..599347b970dec2ad471021b8eecca62e8f0854e9:/src/xbt/graph_private.h diff --git a/src/xbt/graph_private.h b/src/xbt/graph_private.h index 4f6645aed2..09e9232ffb 100644 --- a/src/xbt/graph_private.h +++ b/src/xbt/graph_private.h @@ -1,7 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2006 Darina Dimitrova, Arnaud Legrand. - All rights reserved. */ +/* Copyright (c) 2006, 2009, 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. */ @@ -49,7 +47,7 @@ typedef struct xbt_graph { } s_xbt_graph_t; void xbt_floyd_algorithm(xbt_graph_t g, double *adj, double *d, xbt_node_t * p); -void xbt_graph_depth_visit(xbt_graph_t g, xbt_node_t n, xbt_node_t * sorted, - int *idx); +void xbt_graph_depth_visit(xbt_graph_t g, xbt_node_t n, + xbt_node_t * sorted, int *idx); -#endif /* _XBT_GRAPH_PRIVATE_H */ +#endif /* _XBT_GRAPH_PRIVATE_H */