Fix compile error with BIGBIG

This commit is contained in:
Stan Gerald Moore
2023-03-31 10:23:30 -06:00
parent a6576046e0
commit 51beb97dd0

View File

@ -141,7 +141,7 @@ class FixShake : public Fix {
void shake3(int);
void shake4(int);
void shake3angle(int);
void bond_force(tagint, tagint, double);
void bond_force(int, int, double);
void stats();
int bondtype_findset(int, tagint, tagint, int);
int angletype_findset(int, tagint, tagint, int);