X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12538c6ab1bc03405ac74e6b2995ba1b4ee29bfa..0ba6247845b00a203edbc22f64c50a43f047fcdd:/examples/gras/mmrpc/mmrpc_client.c diff --git a/examples/gras/mmrpc/mmrpc_client.c b/examples/gras/mmrpc/mmrpc_client.c index edab230f20..2e45edb6ff 100644 --- a/examples/gras/mmrpc/mmrpc_client.c +++ b/examples/gras/mmrpc/mmrpc_client.c @@ -56,7 +56,7 @@ int client(int argc,char *argv[]) { /* 7. Prepare and send the request to the server */ - request[0].rows=request[0].cols=request[1].rows=request[1].cols=MATSIZE; + request[0].lines=request[0].rows=request[1].lines=request[1].rows=MATSIZE; request[0].ctn=xbt_malloc0(sizeof(double)*MATSIZE*MATSIZE); request[1].ctn=xbt_malloc0(sizeof(double)*MATSIZE*MATSIZE);