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
5a02c538
Commit
5a02c538
authored
Feb 28, 2011
by
Mark Friedrichs
Browse files
Removed references to FILE for gcc 4.4.x
parent
e49bc83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.cpp
...ence/src/SimTKReference/AmoebaReferenceMultipoleForce.cpp
+12
-3
No files found.
plugins/amoeba/platforms/reference/src/SimTKReference/AmoebaReferenceMultipoleForce.cpp
View file @
5a02c538
...
@@ -883,7 +883,9 @@ void AmoebaReferenceMultipoleForce::calculateInducedDipoleField( std::vector<Mul
...
@@ -883,7 +883,9 @@ void AmoebaReferenceMultipoleForce::calculateInducedDipoleField( std::vector<Mul
static
const
RealOpenMM
one
=
1.0
;
static
const
RealOpenMM
one
=
1.0
;
static
const
RealOpenMM
two
=
2.0
;
static
const
RealOpenMM
two
=
2.0
;
FILE
*
log
=
stderr
;
#ifdef AMOEBA_DEBUG
FILE
*
log
=
stderr
;
#endif
// ---------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------
...
@@ -954,7 +956,9 @@ void AmoebaReferenceMultipoleForce::calculateNoCutoffInducedDipoles( std::vector
...
@@ -954,7 +956,9 @@ void AmoebaReferenceMultipoleForce::calculateNoCutoffInducedDipoles( std::vector
static
const
RealOpenMM
two
=
2.0
;
static
const
RealOpenMM
two
=
2.0
;
static
const
int
debug
=
0
;
static
const
int
debug
=
0
;
FILE
*
log
=
stderr
;
#ifdef AMOEBA_DEBUG
FILE
*
log
=
stderr
;
#endif
// ---------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------
...
@@ -1927,7 +1931,10 @@ RealOpenMM AmoebaReferenceMultipoleForce::calculateNoCutoffElectrostatic( std::v
...
@@ -1927,7 +1931,10 @@ RealOpenMM AmoebaReferenceMultipoleForce::calculateNoCutoffElectrostatic( std::v
static
const
RealOpenMM
one
=
1.0
;
static
const
RealOpenMM
one
=
1.0
;
static
const
int
debug
=
0
;
static
const
int
debug
=
0
;
#ifdef AMOEBA_DEBUG
FILE
*
log
=
stderr
;
FILE
*
log
=
stderr
;
#endif
// ---------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------
...
@@ -2050,7 +2057,9 @@ RealOpenMM AmoebaReferenceMultipoleForce::calculateNoCutoffForceAndEnergy( const
...
@@ -2050,7 +2057,9 @@ RealOpenMM AmoebaReferenceMultipoleForce::calculateNoCutoffForceAndEnergy( const
static
const
RealOpenMM
two
=
2.0
;
static
const
RealOpenMM
two
=
2.0
;
static
const
int
debug
=
0
;
static
const
int
debug
=
0
;
FILE
*
log
=
stderr
;
#ifdef AMOEBA_DEBUG
FILE
*
log
=
stderr
;
#endif
// ---------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------
...
...
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