Commit 5a02c538 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Removed references to FILE for gcc 4.4.x

parent e49bc83f
...@@ -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;
#ifdef AMOEBA_DEBUG
FILE* log = stderr; 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;
#ifdef AMOEBA_DEBUG
FILE* log = stderr; 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;
#ifdef AMOEBA_DEBUG
FILE* log = stderr; FILE* log = stderr;
#endif
// --------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment