1
1

Didn't mean to commit this change as part of r27806.

This commit was SVN r27807.

The following SVN revision numbers were found above:
  r27806 --> open-mpi/ompi@f877248d5c
Этот коммит содержится в:
Jeff Squyres 2013-01-14 16:36:20 +00:00
родитель f877248d5c
Коммит 8b5276901a

Просмотреть файл

@ -818,15 +818,6 @@ public class Datatype extends Freeable {
array_of_types) ;
}
// Created by JMS -- add proper documentation later
// JMS Aint's are not ints! :-( Need to fix that throughout the
// API...
public static Datatype Resized(Datatype oldtype,
int lb,
int extent) throws MPIException {
return new Datatype_resized(oldtype) ;
}
protected long handle;
protected int baseType ;
protected int baseSize ; // or private