Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix linkage warning
[simgrid.git] / src / include / smpi / smpi_utils.hpp
index 6d07002..8eaaa0c 100644 (file)
@@ -19,8 +19,8 @@ typedef struct s_smpi_factor{
   std::vector<double> values;
 } s_smpi_factor_t;
 
-XBT_PUBLIC(std::vector<s_smpi_factor_t>) parse_factor(const char *smpi_coef_string);
-
 SG_END_DECL()
 
+XBT_PUBLIC(std::vector<s_smpi_factor_t>) parse_factor(const char *smpi_coef_string);
+
 #endif