From de684a15b67eccab0c02be295d0c45c2cd760ba0 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Fri, 21 Jun 2024 09:33:12 -0600 Subject: [PATCH] typo code change --- src/dump_custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dump_custom.cpp b/src/dump_custom.cpp index 53366d46f4..a6f42381cc 100644 --- a/src/dump_custom.cpp +++ b/src/dump_custom.cpp @@ -1482,7 +1482,7 @@ int DumpCustom::parse_fields(int narg, char **arg) vtype[iarg] = Dump::DOUBLE; } else if (strcmp(arg[iarg],"zs") == 0) { if (domain->triclinic) pack_choice[iarg] = &DumpCustom::pack_zs_triclinic; - pack_choice[iarg] = &DumpCustom::pack_zs; + else pack_choice[iarg] = &DumpCustom::pack_zs; vtype[iarg] = Dump::DOUBLE; } else if (strcmp(arg[iarg],"xu") == 0) { if (domain->triclinic) pack_choice[iarg] = &DumpCustom::pack_xu_triclinic;