From 96bfb0d6a04ac8260625415ea78bdbdb47a1a8d0 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 27 Jan 2005 18:44:27 +0000 Subject: [PATCH] Use the standard model I really have to write a function to change the SURF model without having to modify the code... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@791 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/environment.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msg/environment.c b/src/msg/environment.c index 942ed2a8c9..a706f343b8 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -64,8 +64,8 @@ void MSG_create_environment(const char *file) { char *name = NULL; void *workstation = NULL; -/* surf_workstation_resource_init_CLM03(file); */ - surf_workstation_resource_init_KCCFLN05(file); + surf_workstation_resource_init_CLM03(file); +/* surf_workstation_resource_init_KCCFLN05(file); */ xbt_dict_foreach(workstation_set, cursor, name, workstation) { __MSG_host_create(name, workstation, NULL); -- 2.20.1