finalized dump command support for general triclinic

This commit is contained in:
Steve Plimpton
2023-11-20 12:06:58 -07:00
parent 92b02041cb
commit dfafdff209
11 changed files with 319 additions and 153 deletions

View File

@ -56,7 +56,8 @@ class Lattice : protected Pointers {
double a3_prime[3];
int orthogonal();
int right_handed();
int right_handed_orientation();
int right_handed_primitive();
int collinear();
void setup_transform(double *, double *, double *);
void add_basis(double, double, double);