From 51beb97dd007b982ff8928634ee2827262c376f1 Mon Sep 17 00:00:00 2001 From: Stan Gerald Moore Date: Fri, 31 Mar 2023 10:23:30 -0600 Subject: [PATCH] Fix compile error with BIGBIG --- src/RIGID/fix_shake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RIGID/fix_shake.h b/src/RIGID/fix_shake.h index a49bde498f..20df6d5ec8 100644 --- a/src/RIGID/fix_shake.h +++ b/src/RIGID/fix_shake.h @@ -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);