Merge pull request #1622 from akohlmey/fix-ave-histo-bugfix

fix inconsistent enumerator bug in fix ave/histo vs fix ave/histo/weight
This commit is contained in:
Axel Kohlmeyer 2019-08-06 10:54:49 -04:00 committed by GitHub
commit db621fc897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ using namespace FixConst;
enum{X,V,F,COMPUTE,FIX,VARIABLE};
enum{ONE,RUNNING};
enum{SCALAR,VECTOR,WINDOW};
enum{GLOBAL,PERATOM,LOCAL};
enum{DEFAULT,GLOBAL,PERATOM,LOCAL};
enum{IGNORE,END,EXTRA};
enum{SINGLE,VALUE};