git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7379 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -114,7 +114,7 @@ void Velocity::command(int narg, char **arg)
|
||||
initialization of defaults before calling velocity methods externaly
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Velocity::init_external(char *extgroup)
|
||||
void Velocity::init_external(const char *extgroup)
|
||||
{
|
||||
igroup = group->find(extgroup);
|
||||
if (igroup == -1) error->all(FLERR,"Could not find velocity group ID");
|
||||
|
||||
Reference in New Issue
Block a user