"vscode:/vscode.git/clone" did not exist on "fc7382ad169e8867d517f601bbba0e6003e27e71"
Commit 379499aa authored by Christopher Bruns's avatar Christopher Bruns
Browse files

removed redundant qualification ‘ReferenceForce::’ on member...

removed redundant qualification ‘ReferenceForce::’ on member ‘getDeltaRPeriodic’ to get compile on linux
parent 3c100e69
...@@ -99,7 +99,7 @@ class ReferenceForce { ...@@ -99,7 +99,7 @@ class ReferenceForce {
--------------------------------------------------------------------------------------- */ --------------------------------------------------------------------------------------- */
static int ReferenceForce::getDeltaRPeriodic( const RealOpenMM* atomCoordinatesI, const RealOpenMM* atomCoordinatesJ, static int getDeltaRPeriodic( const RealOpenMM* atomCoordinatesI, const RealOpenMM* atomCoordinatesJ,
const RealOpenMM* boxSize, RealOpenMM* deltaR ); const RealOpenMM* boxSize, RealOpenMM* deltaR );
/**--------------------------------------------------------------------------------------- /**---------------------------------------------------------------------------------------
......
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