From 0037cddbe1a5e068dcc7bfed62327c2b272932da Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 16 Aug 2012 00:54:51 +0200 Subject: [PATCH] dafuk did I just see? --- src/surf/surf_routing_vivaldi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/surf/surf_routing_vivaldi.c b/src/surf/surf_routing_vivaldi.c index 00b7e77d16..3b97eaa037 100644 --- a/src/surf/surf_routing_vivaldi.c +++ b/src/surf/surf_routing_vivaldi.c @@ -54,7 +54,7 @@ static void vivaldi_get_route_and_latency( src_ctn = xbt_lib_get_or_null(as_router_lib, tmp_src_name, COORD_ASR_LEVEL); } else{ - xbt_die(" "); + THROW_IMPOSSIBLE; } if(dst_p->rc_type == SURF_NETWORK_ELEMENT_HOST){ @@ -76,7 +76,7 @@ static void vivaldi_get_route_and_latency( dst_ctn = xbt_lib_get_or_null(as_router_lib, tmp_dst_name, COORD_ASR_LEVEL); } else{ - xbt_die(" "); + THROW_IMPOSSIBLE; } xbt_assert(src_ctn,"No coordinate found for element '%s'",tmp_src_name); -- 2.20.1