forked from lijiext/lammps
Fix typo
This commit is contained in:
parent
e816f0e7a6
commit
f2dbe186ca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue