X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/befbbbe1fbb31663a8f91e24ce12df271cf4ae79..20617cf3b759fbd35ddc68d0aee2965e8379c98b:/examples/msg/mc/electric_fence.c diff --git a/examples/msg/mc/electric_fence.c b/examples/msg/mc/electric_fence.c index 7729c38a9d..4527b0e57c 100644 --- a/examples/msg/mc/electric_fence.c +++ b/examples/msg/mc/electric_fence.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2019. 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. */ @@ -7,7 +7,7 @@ /* This example implements one process which receives messages from two other */ /* processes. There is no bug on it, it is just provided to test the soundness*/ /* of the state space reduction with DPOR, if the maximum depth (defined with */ -/* --cfg=model-check/max_depth:) is reached. */ +/* --cfg=model-check/max-depth:) is reached. */ /******************************************************************************/ #include