java: fix typo in MPI_Win_attach binding
Этот коммит содержится в:
родитель
628364a550
Коммит
d948a43993
@ -120,9 +120,9 @@ public void attach(Buffer base, int size) throws MPIException
|
||||
else
|
||||
throw new AssertionError();
|
||||
|
||||
int sizeBytes = size * baseSize,
|
||||
int sizeBytes = size * baseSize;
|
||||
|
||||
attach(handle, base, size);
|
||||
attach(handle, base, sizeBytes);
|
||||
}
|
||||
|
||||
private native void attach(long win, Buffer base, int size) throws MPIException;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user