Commit 08a1414e authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Inactivated blocks '#if RealOpenMMType == 2'

Associated code will be removed once confirmed deletions do not break builds
parent d0bf8a0f
......@@ -253,7 +253,7 @@ int GBVISoftcoreParameters::setQuinticUpperBornRadiusLimit( RealOpenMM quinticUp
--------------------------------------------------------------------------------------- */
float GBVISoftcoreParameters::getQuinticUpperSplineLimit( void ) const {
RealOpenMM GBVISoftcoreParameters::getQuinticUpperSplineLimit( void ) const {
// ---------------------------------------------------------------------------------------
......@@ -406,7 +406,7 @@ int GBVISoftcoreParameters::setScaledRadii( RealOpenMM* scaledRadii ){
}
#if RealOpenMMType == 2
#if RealOpenMMType == 0
/**---------------------------------------------------------------------------------------
......@@ -549,7 +549,7 @@ int GBVISoftcoreParameters::setGammaParameters( RealOpenMM* gammas ){
}
#if RealOpenMMType == 2
#if RealOpenMMType == 0
/**---------------------------------------------------------------------------------------
......@@ -693,7 +693,7 @@ int GBVISoftcoreParameters::setBornRadiusScaleFactors( RealOpenMM* bornRadiusSca
}
#if RealOpenMMType == 2
#if RealOpenMMType == 0
/**---------------------------------------------------------------------------------------
......
......@@ -120,7 +120,7 @@ class GBVISoftcoreParameters : public ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */
int setScaledRadii( RealOpenMM* scaledRadii );
#if RealOpenMMType == 2
#if RealOpenMMType == 0
int setScaledRadii( float* scaledRadii );
#endif
int setScaledRadii( const RealOpenMMVector& scaledRadii );
......
......@@ -442,7 +442,7 @@ int ObcSoftcoreParameters::setScaledRadiusFactors( RealOpenMM* scaledRadiusFacto
}
#if RealOpenMMType == 2
#if RealOpenMMType == 0
/**---------------------------------------------------------------------------------------
......@@ -831,7 +831,7 @@ int ObcSoftcoreParameters::setNonPolarScaleFactors( const RealOpenMMVector& nonP
}
#if RealOpenMMType == 2
#if RealOpenMMType == 0
/**---------------------------------------------------------------------------------------
......
......@@ -183,7 +183,7 @@ class ObcSoftcoreParameters : public ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */
int setScaledRadiusFactors( RealOpenMM* scaledRadiusFactors );
#if RealOpenMMType == 2
#if RealOpenMMType == 0
int setScaledRadiusFactors( float* scaledRadiusFactors );
#endif
int setScaledRadiusFactors( const RealOpenMMVector& scaledRadiusFactors );
......
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