git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14655 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-02-17 15:56:48 +00:00
parent b7e4a33bab
commit e4ea9c0658
12 changed files with 79 additions and 49 deletions

View File

@ -57,6 +57,7 @@ class FixAdapt : public Fix {
double *scalar,scalar_orig;
double **array,**array_orig;
int aparam;
class Pair *pair;
};
Adapt *adapt;
@ -99,6 +100,10 @@ E: Fix adapt pair style param not supported
The pair style does not know about the parameter you specified.
E: Fix adapt pair style param is not compatible
Self-explanatory
E: Fix adapt type pair range is not valid for pair hybrid sub-style
Self-explanatory.