git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14655 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user