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
c9b1338b
"openmmapi/src/ForceImpl.cpp" did not exist on "c742d7ff4b8d3d79d77b948a68b1155eee1ca654"
Commit
c9b1338b
authored
Aug 03, 2010
by
Mark Friedrichs
Browse files
Added #include <cstdio>' to fix problem w/ stderr not being found w/ gcc 4.4
parent
354f7b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp
...Energy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp
+3
-0
No files found.
plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp
View file @
c9b1338b
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
#include "CudaFreeEnergyKernelFactory.h"
#include "CudaFreeEnergyKernelFactory.h"
#include <iostream>
#include <iostream>
#include <cstdio>
#include <vector>
#include <vector>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
@@ -370,7 +371,9 @@ void testEnergyEthaneSwitchingFunction( int useSwitchingFunction ) {
...
@@ -370,7 +371,9 @@ void testEnergyEthaneSwitchingFunction( int useSwitchingFunction ) {
// positions[8][2] -= static_cast<double>(ii+1)*0.1;
// positions[8][2] -= static_cast<double>(ii+1)*0.1;
// positions[8][2] -= 0.001;
// positions[8][2] -= 0.001;
#if PRINT_ON == 1
(
void
)
fprintf
(
stderr
,
"r48=%14.6e r28=%14.6e r24=%14.6e
\n
"
,
positions
[
8
][
2
]
-
positions
[
4
][
2
],
positions
[
8
][
2
],
positions
[
4
][
2
]
);
(
void
)
fprintf
(
stderr
,
"r48=%14.6e r28=%14.6e r24=%14.6e
\n
"
,
positions
[
8
][
2
]
-
positions
[
4
][
2
],
positions
[
8
][
2
],
positions
[
4
][
2
]
);
#endif
}
}
#if 0
#if 0
int carbonIndex = 1;
int carbonIndex = 1;
...
...
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