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
17ab416a
Commit
17ab416a
authored
Mar 21, 2011
by
Mark Friedrichs
Browse files
Include files added for gcc 4.3
parent
524bf8cb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
platforms/reference/src/SimTKUtilities/SimTKOpenMMLog.cpp
platforms/reference/src/SimTKUtilities/SimTKOpenMMLog.cpp
+1
-0
platforms/reference/src/SimTKUtilities/SimTKOpenMMUtilities.cpp
...rms/reference/src/SimTKUtilities/SimTKOpenMMUtilities.cpp
+1
-0
platforms/reference/src/gbsa/CpuObc.cpp
platforms/reference/src/gbsa/CpuObc.cpp
+1
-0
platforms/reference/src/gbsa/GBVIParameters.cpp
platforms/reference/src/gbsa/GBVIParameters.cpp
+1
-0
platforms/reference/src/gbsa/ImplicitSolventParameters.cpp
platforms/reference/src/gbsa/ImplicitSolventParameters.cpp
+1
-0
platforms/reference/src/gbsa/ObcParameters.cpp
platforms/reference/src/gbsa/ObcParameters.cpp
+1
-0
No files found.
platforms/reference/src/SimTKUtilities/SimTKOpenMMLog.cpp
View file @
17ab416a
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
*/
*/
#include "SimTKOpenMMLog.h"
#include "SimTKOpenMMLog.h"
#include <stdlib.h>
// static settings
// static settings
...
...
platforms/reference/src/SimTKUtilities/SimTKOpenMMUtilities.cpp
View file @
17ab416a
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
#include <cmath>
#include <cmath>
#include <cstdio>
#include <cstdio>
#include <string.h>
uint32_t
SimTKOpenMMUtilities
::
_randomNumberSeed
=
0
;
uint32_t
SimTKOpenMMUtilities
::
_randomNumberSeed
=
0
;
bool
SimTKOpenMMUtilities
::
_randomInitialized
=
false
;
bool
SimTKOpenMMUtilities
::
_randomInitialized
=
false
;
...
...
platforms/reference/src/gbsa/CpuObc.cpp
View file @
17ab416a
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
*/
*/
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <sstream>
#include <sstream>
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
...
...
platforms/reference/src/gbsa/GBVIParameters.cpp
View file @
17ab416a
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <math.h>
#include <math.h>
#include <sstream>
#include <sstream>
#include <string.h>
#include "GBVIParameters.h"
#include "GBVIParameters.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
...
...
platforms/reference/src/gbsa/ImplicitSolventParameters.cpp
View file @
17ab416a
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "../SimTKUtilities/SimTKOpenMMUtilities.h"
#include "../SimTKUtilities/SimTKOpenMMUtilities.h"
#include "ImplicitSolventParameters.h"
#include "ImplicitSolventParameters.h"
#include <sstream>
#include <sstream>
#include <string.h>
/**---------------------------------------------------------------------------------------
/**---------------------------------------------------------------------------------------
...
...
platforms/reference/src/gbsa/ObcParameters.cpp
View file @
17ab416a
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <math.h>
#include <math.h>
#include <sstream>
#include <sstream>
#include <string.h>
#include "ObcParameters.h"
#include "ObcParameters.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h"
...
...
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