Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Aug 5, 2024
1 parent 6e1c2bd commit 52416af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MOLECULE/fix_cmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ void FixCMAP::post_force(int vflag)
vcmap[5] = (vb12y*f1[2])+(vb32y*f3[2])+((vb43y+vb32y)*f4[2])+
((vb54y+vb43y+vb32y)*f5[2]);
ev_tally(nlist,list,5.0,E,vcmap);
//ev_tally(5,list,nlocal,newton_bond,E,vcmap);
}
}
}
Expand Down

0 comments on commit 52416af

Please sign in to comment.