mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3079 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6ad8e26bf0
commit
e21e1d9a07
|
@ -110,7 +110,7 @@ void Velocity::command(int narg, char **arg)
|
|||
}
|
||||
|
||||
// initialize velocities based on style
|
||||
// create called differently, so can be called externally
|
||||
// create() invoked differently, so can be called externally
|
||||
|
||||
if (style == CREATE) {
|
||||
double t_desired = atof(arg[2]);
|
||||
|
|
Loading…
Reference in New Issue