reset to current state of the library interface and remove parts from upstream that have crept in

This commit is contained in:
Axel Kohlmeyer
2023-01-12 12:07:29 -05:00
parent ccef293161
commit b40e0be1c9
3 changed files with 3 additions and 27 deletions

View File

@ -53,7 +53,7 @@ int main(int narg, char **arg)
MPI_Init(&narg,&arg);
if (narg != 4) {
printf("Syntax: simpleC P in.lammps /path/to/liblammps.so\n");
printf("Syntax: %s P in.lammps /path/to/liblammps.so\n", arg[0]);
exit(1);
}