fix copy-n-paste error

This commit is contained in:
Axel Kohlmeyer 2021-07-29 13:58:27 -04:00
parent 43b3c97cc0
commit b4e3795913
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -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) {