Date: Mon, 4 Mar 2002 14:17:27 -0500 From: Jesper Larsson Traeff To: mpi-21@XXXXXXXXXXXXX Subject: Typo in MPI_Type_create_indexed_block explanation Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Virus-Scanned: by amavisd-milter (http://amavis.org/ Sender: owner-mpi-21@XXXXXXXXXXXXX Precedence: bulk Reply-To: mpi-21@XXXXXXXXXXXXX Dear Group, another small typo (page and line numbers refer to the printed MPI book, vol 1): Jesper ------ MPI_Type_create_indexed_block: p.140, line 15: In the example explanation, there are two mistakes: "A call to MPI_TYPE_INDEXED_BLOCK..." should be "A call to MPI_TYPE_CREATE_INDEXED_BLOCK..." and "is equivalent to a call to MPI_TYPE_INDEXED_BLOCK..." should be "is equivalent to a call to MPI_TYPE_INDEXED..."