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

This commit is contained in:
sjplimp
2009-09-02 16:24:00 +00:00
parent e8f3ce6b35
commit 9647012ec7
9 changed files with 516 additions and 5 deletions

View File

@ -1365,6 +1365,12 @@ int DumpCustom::modify_param(int narg, char **arg)
nthresh++;
return 4;
// pass along params to child class
} else {
int n = modify_param2(narg,arg);
return n;
}
return 0;