incorporate bugfixes and some suggestions from PR #3314
This commit is contained in:
@ -234,7 +234,7 @@ fails a null pointer is returned.
|
||||
|
||||
void *lammps_open_no_mpi(int argc, char **argv, void **ptr)
|
||||
{
|
||||
return lammps_open(argc,argv,MPI_COMM_WORLD,ptr);
|
||||
return lammps_open(argc, argv, MPI_COMM_WORLD, ptr);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user