X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74ddd092a29a7f29f0c90d503ec2a3b1c5dc984c..f340dc5ebc3806e82509cbf87a775372fb6d14d0:/include/xbt/matrix.h diff --git a/include/xbt/matrix.h b/include/xbt/matrix.h index f6ae73fa0b..6d0d3cbc8b 100644 --- a/include/xbt/matrix.h +++ b/include/xbt/matrix.h @@ -15,7 +15,8 @@ SG_BEGIN_DECL() typedef struct { - unsigned int lines, rows; + unsigned int lines; + unsigned int rows; unsigned long elmsize; char *data;