forked from lijiext/lammps
Tweaked it
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10072 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6ae2657ecc
commit
109085b727
|
@ -450,8 +450,8 @@ template < int Tp_TSTYLEATOM, int Tp_GJF, int Tp_TALLY,
|
||||||
int Tp_BIAS, int Tp_RMASS, int Tp_ZERO >
|
int Tp_BIAS, int Tp_RMASS, int Tp_ZERO >
|
||||||
void FixLangevin::post_force_templated()
|
void FixLangevin::post_force_templated()
|
||||||
#else
|
#else
|
||||||
void FixLangevin::post_force_untemplated(int Tp_TSTYLEATOM,
|
void FixLangevin::post_force_untemplated
|
||||||
int Tp_GJF, int Tp_TALLY,
|
(int Tp_TSTYLEATOM, int Tp_GJF, int Tp_TALLY,
|
||||||
int Tp_BIAS, int Tp_RMASS, int Tp_ZERO)
|
int Tp_BIAS, int Tp_RMASS, int Tp_ZERO)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue