Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
92199268
"platforms/reference/vscode:/vscode.git/clone" did not exist on "c27f5d1f41a9e712331abb091b05b72b84e5c1a4"
Unverified
Commit
92199268
authored
Oct 24, 2023
by
Peter Eastman
Committed by
GitHub
Oct 24, 2023
Browse files
Fixed test failure (#4281)
parent
32a5f304
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platforms/common/src/CommonKernels.cpp
platforms/common/src/CommonKernels.cpp
+1
-0
No files found.
platforms/common/src/CommonKernels.cpp
View file @
92199268
...
...
@@ -7952,6 +7952,7 @@ void CommonCalcATMForceKernel::copyState(ContextImpl& context,
}
void
CommonCalcATMForceKernel
::
copyParametersToContext
(
ContextImpl
&
context
,
const
ATMForce
&
force
)
{
ContextSelector
selector
(
cc
);
if
(
force
.
getNumParticles
()
!=
numParticles
)
throw
OpenMMException
(
"copyParametersToContext: The number of ATMMetaForce particles has changed"
);
displVector1
.
resize
(
cc
.
getPaddedNumAtoms
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment