X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..49e85177c669d793e84242983a1b1f430e47184e:/teshsuite/smpi/hvector_test.c diff --git a/teshsuite/smpi/hvector_test.c b/teshsuite/smpi/hvector_test.c index da16a748ab..f37f2341cc 100644 --- a/teshsuite/smpi/hvector_test.c +++ b/teshsuite/smpi/hvector_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" #define SIZE 4 @@ -35,7 +41,7 @@ int main(int argc, char **argv) { } - + MPI_Type_free(&columntype); MPI_Finalize(); return 0; }