forked from lijiext/lammps
fix copy-n-paste error
This commit is contained in:
parent
43b3c97cc0
commit
b4e3795913
|
@ -702,7 +702,7 @@ void FixATC::write_restart(FILE * /* fp */) {
|
|||
|
||||
char *args[2];
|
||||
args[0] = utils::strdup("write_restart");
|
||||
args[1] = utils::strdup("sprintf(args[1],"ATC.restart");
|
||||
args[1] = utils::strdup("ATC.restart");
|
||||
|
||||
// Then call all objects I own to write their data
|
||||
if (comm->me == 0) {
|
||||
|
|
Loading…
Reference in New Issue