From 02babb23447ba58eaf0f85127495b226cfc331a8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 17 Dec 2024 10:22:47 -0500 Subject: [PATCH] cosmetic --- src/dump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dump.cpp b/src/dump.cpp index 8ebe920954..e0ac59260a 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -73,6 +73,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : clearstep = 0; sort_flag = 0; + sortcol = 0; balance_flag = 0; append_flag = 0; buffer_allow = 0; @@ -94,7 +95,6 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : maxbuf = maxids = maxsort = maxproc = 0; maxsbuf = 0; - sortcol = 0; maxpbc = -1;