avoid class initialization order warnings
This commit is contained in:
@ -35,9 +35,8 @@ class ComputeChunkSpreadAtom : public Compute {
|
||||
protected:
|
||||
int mode,nvalues;
|
||||
char *idchunk;
|
||||
|
||||
int *which,*argindex,*value2index;
|
||||
char **ids;
|
||||
int *which,*argindex,*value2index;
|
||||
|
||||
int nmax;
|
||||
class ComputeChunkAtom *cchunk;
|
||||
|
||||
Reference in New Issue
Block a user