"platforms/opencl/vscode:/vscode.git/clone" did not exist on "b07cf7767b6a994eb50d23638bbbe6dba239d191"
Squash the following warning:
/usr/local/openmm/include/openmm/CustomHbondForce.h:477:25: warning: field 'p3' will be initialized after field 'parameters' [-Wreorder]
p1(p1), p2(p2), p3(p3), parameters(parameters) {
^
I believe that the initializer is supposed to assign variables in the same
order they're declared in the class definition (not the same order they're
defined in the constructor argument list.
Showing
Please register or sign in to comment