Package mpi
Class Version
java.lang.Object
mpi.Version
Version and Subversion for MPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the MPI subversion.int
Gets the MPI version.
-
Constructor Details
-
Version
protected Version(int version, int subVersion)
-
-
Method Details
-
getVersion
public int getVersion()Gets the MPI version.- Returns:
- MPI version
-
getSubVersion
public int getSubVersion()Gets the MPI subversion.- Returns:
- MPI subversion
-