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
f46ebafb
Commit
f46ebafb
authored
Dec 01, 2009
by
Peter Eastman
Browse files
Fixed a compilation error under Linux
parent
6b088a6a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libraries/validate/include/ValidateOpenMM.h
libraries/validate/include/ValidateOpenMM.h
+3
-1
libraries/validate/src/ValidateOpenMMForces.cpp
libraries/validate/src/ValidateOpenMMForces.cpp
+1
-1
No files found.
libraries/validate/include/ValidateOpenMM.h
View file @
f46ebafb
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 2008 Stanford University and the Authors. *
* Portions copyright (c) 2008 Stanford University and the Authors. *
* Authors:
Peter Eastman
*
* Authors:
Mark Friedrichs
*
* Contributors: *
* Contributors: *
* *
* *
* This program is free software: you can redistribute it and/or modify *
* This program is free software: you can redistribute it and/or modify *
...
@@ -46,6 +46,8 @@
...
@@ -46,6 +46,8 @@
#include <typeinfo>
#include <typeinfo>
#include <limits>
#include <limits>
#include <stdlib.h>
#include <string.h>
namespace
OpenMM
{
namespace
OpenMM
{
...
...
libraries/validate/src/ValidateOpenMMForces.cpp
View file @
f46ebafb
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* *
* Portions copyright (c) 2008-2009 Stanford University and the Authors. *
* Portions copyright (c) 2008-2009 Stanford University and the Authors. *
* Authors:
Peter Eastman
*
* Authors:
Mark Friedrichs
*
* Contributors: *
* Contributors: *
* *
* *
* This program is free software: you can redistribute it and/or modify *
* This program is free software: you can redistribute it and/or modify *
...
...
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