initial version of fix pitorsion

This commit is contained in:
Steve Plimpton
2022-03-09 15:37:19 -07:00
parent 844ea0ab8e
commit bbe065e649
9 changed files with 326 additions and 157 deletions

View File

@ -729,7 +729,6 @@ void ReadData::command(int narg, char **arg)
if (firstpass) fix(fix_index[i],keyword);
else skip_lines(modify->fix[fix_index[i]]->
read_data_skip_lines(keyword));
parse_keyword(0);
break;
}
if (i == nfix)