Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
File surf.hpp is C++ only. Remove SG_BEGIN/END_DECL.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:22:12 +0000 (22:22 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 28 Mar 2018 20:54:06 +0000 (22:54 +0200)
src/include/surf/surf.hpp

index d26ba8e..9abe12c 100644 (file)
@@ -39,7 +39,6 @@ typedef simgrid::surf::HostModel* surf_host_model_t;
 typedef simgrid::surf::NetworkModel* surf_network_model_t;
 typedef simgrid::surf::StorageModel* surf_storage_model_t;
 
-SG_BEGIN_DECL()
 /* Actions and models are highly connected structures... */
 
 /* user-visible parameters */
@@ -384,6 +383,4 @@ void instr_routing_define_callbacks();
 xbt_graph_t instr_routing_platform_graph();
 void instr_routing_platform_graph_export_graphviz(xbt_graph_t g, const char* filename);
 
-SG_END_DECL()
-
 #endif