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

This commit is contained in:
sjplimp 2009-08-18 15:27:33 +00:00
parent 6ad8e26bf0
commit e21e1d9a07
1 changed files with 1 additions and 1 deletions

View File

@ -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]);