This commit is contained in:
Stan Moore 2019-07-26 11:45:50 -06:00
parent e816f0e7a6
commit f2dbe186ca
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int MPI_Finalized(int *flag)
/* return "LAMMPS MPI STUBS" as name of the library */
int MPI_Get_library_version(char *verison, int *resultlen)
int MPI_Get_library_version(char *version, int *resultlen)
{
const char string[] = "LAMMPS MPI STUBS";
int len;