Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some more cleanup in smx_context_raw.
[simgrid.git] / src / cxx / StringHelper.cxx
index f8b8952..60b3aeb 100644 (file)
@@ -463,7 +463,7 @@ namespace SimGrid
                {
                        char toAppend[26] = {0};
 
-                       sprintf(toAppend, "%e",d);
+                       sprintf(toAppend, "%#7lf",d);
 
                        append(toAppend);