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
d99fa295
"vscode:/vscode.git/clone" did not exist on "57a6768e00f8b1b4dbf7a23a177fb624e1e1aec6"
Commit
d99fa295
authored
Nov 01, 2015
by
Robert McGibbon
Browse files
Fix typo
parent
2246b862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tests/TestEnforcePeriodicBox.cpp
tests/TestEnforcePeriodicBox.cpp
+2
-3
No files found.
tests/TestEnforcePeriodicBox.cpp
View file @
d99fa295
/* -------------------------------------------------------------------------- *
* OpenMM *
* -------------------------------------------------------------------------- *
...
...
@@ -41,7 +40,7 @@
using
namespace
OpenMM
;
using
namespace
std
;
void
testTrun
a
ctedOctahedron
()
{
void
testTrunc
a
tedOctahedron
()
{
const
int
numMolecules
=
5
;
const
int
numParticles
=
numMolecules
*
2
;
const
float
cutoff
=
2.0
;
...
...
@@ -85,7 +84,7 @@ void testTrunactedOctahedron() {
int
main
(
int
argc
,
char
*
argv
[])
{
try
{
testTrun
a
ctedOctahedron
();
testTrunc
a
tedOctahedron
();
}
catch
(
const
exception
&
e
)
{
cout
<<
"exception: "
<<
e
.
what
()
<<
endl
;
...
...
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