From ceed2e723e4bcb0c44adccd4b6cdca33ca82cbad Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Wed, 6 Sep 2023 10:11:28 -0600 Subject: [PATCH] more general tri support in dump atom and dump custom --- src/dump_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dump_custom.h b/src/dump_custom.h index 83adbe0d7f..b1ef2c6400 100644 --- a/src/dump_custom.h +++ b/src/dump_custom.h @@ -37,7 +37,7 @@ class DumpCustom : public Dump { int nevery; // dump frequency for output char *idregion; // region ID, nullptr if no region - int triclinic_general; // set by dump_modify + int triclinic_general; // 1 if output box,x,v,f for general triclinic int nthresh; // # of defined thresholds int nthreshlast; // # of defined thresholds with value = LAST