Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed a mistake.
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Jun 2006 12:26:27 +0000 (12:26 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Jun 2006 12:26:27 +0000 (12:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2380 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simdag/sd_global.c

index 961aa25..332e26c 100644 (file)
@@ -30,8 +30,8 @@ void check_init_done() {
  */
 void SG_create_environnement(const char *platform_file) {
   check_init_done();
-  surf_timer_resource_init(file);
-  surf_workstation_resource_init_KCCFLN05(file); /* tell Surf to create the environnement */
+  surf_timer_resource_init(platform_file);
+  surf_workstation_resource_init_KCCFLN05(platform_file); /* tell Surf to create the environnement */
 }