git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13008 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -39,6 +39,8 @@ class Compute : protected Pointers {
|
||||
int size_vector; // length of global vector
|
||||
int size_array_rows; // rows in global array
|
||||
int size_array_cols; // columns in global array
|
||||
int size_vector_variable; // 1 if vec length is unknown in advance
|
||||
int size_array_rows_variable; // 1 if array rows is unknown in advance
|
||||
|
||||
int peratom_flag; // 0/1 if compute_peratom() function exists
|
||||
int size_peratom_cols; // 0 = vector, N = columns in peratom array
|
||||
|
||||
Reference in New Issue
Block a user