X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4f623318c510c8cf981958cfc317984181572a1..b3ca3a517af21780e88cc89869b16927d1fea68a:/src/simix/smx_environment.c diff --git a/src/simix/smx_environment.c b/src/simix/smx_environment.c index 8f8e7d4038..4754e715bb 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -33,7 +33,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, */ void SIMIX_create_environment(const char *file) { - double start, end; + double start = 0, end = 0; if(XBT_LOG_ISENABLED(simix_environment, xbt_log_priority_debug)) start = xbt_os_time(); parse_platform_file(file);