Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adapt to lastest changes in GRAS API
[simgrid.git] / examples / gras / mmrpc / mmrpc_common.c
index 65719cc..41b3163 100644 (file)
@@ -19,8 +19,6 @@ void mmrpc_register_messages(void) {
   matrix_type=gras_datadesc_matrix(gras_datadesc_by_name("double"),
                                   NULL);
   request_type=gras_datadesc_array_fixed("s_matrix_t(double)[2]",matrix_type,2);
-  //                                    gras_datadesc_by_name("xbt_matrix_t(double)"),2);
-  //    request_type=gras_datadesc_ref("matrix_t(double)[2]",request_type);
   
   gras_msgtype_declare("answer", matrix_type);
   gras_msgtype_declare("request", request_type);