File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ private static native long getVector(
344344 * Identical to {@code createVector} except that the stride is expressed
345345 * directly in terms of the buffer index, rather than the units of
346346 * the old type.
347- * <p>Java binding of the MPI operation {@code MPI_TYPE_HVECTOR }.
347+ * <p>Java binding of the MPI operation {@code MPI_TYPE_CREATE_HVECTOR }.
348348 * @param count number of blocks
349349 * @param blockLength number of elements in each
350350 * @param stride number of bytes between start of each block
@@ -397,7 +397,7 @@ private static native long getIndexed(
397397 * Identical to {@code createIndexed} except that the displacements are
398398 * expressed directly in terms of the buffer index, rather than the
399399 * units of the old type.
400- * <p>Java binding of the MPI operation {@code MPI_TYPE_HINDEXED }.
400+ * <p>Java binding of the MPI operation {@code MPI_TYPE_CREATE_HINDEXED }.
401401 * @param blockLengths number of elements per block
402402 * @param displacements byte displacement in buffer for each block
403403 * @param oldType old datatype
You can’t perform that action at this time.
0 commit comments