Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restore C interface (needed by StarPU).
[simgrid.git] / src / simix / smx_environment.cpp
index 5010842..0eb0f4f 100644 (file)
@@ -44,6 +44,11 @@ void SIMIX_create_environment(std::string file)
   XBT_DEBUG("PARSE TIME: %g", (end - start));
 }
 
+void SIMIX_create_environment(const char* file)
+{
+  SIMIX_create_environment(std::string(file));
+}
+
 void SIMIX_post_create_environment()
 {
   surf_presolve();