avoid class initialization order warnings

This commit is contained in:
Axel Kohlmeyer
2018-09-10 22:32:56 -04:00
parent 02b653c0ce
commit 3d2c731709
3 changed files with 4 additions and 5 deletions

View File

@ -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;