add general tri options to read and write data commands and Domain class

This commit is contained in:
Steve Plimpton
2023-08-31 14:34:37 -06:00
parent dc3c8da52b
commit db72d4b73a
9 changed files with 426 additions and 73 deletions

View File

@ -35,6 +35,7 @@ class WriteData : public Command {
int pairflag;
int coeffflag;
int fixflag;
int triclinic_general;
int lmapflag;
FILE *fp;
bigint nbonds_local, nbonds;