Skip to content

Commit 97f6adf

Browse files
committed
Make total_forces_same_step consistent
in proxy_stubs wrt other proxys
1 parent cae0d57 commit 97f6adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_interfaces/stubs/colvarproxy_stub.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bool colvarproxy_stub::total_forces_enabled() const
7474

7575
bool colvarproxy_stub::total_forces_same_step() const
7676
{
77-
return total_force_requested;
77+
return true;
7878
}
7979

8080

0 commit comments

Comments
 (0)