From 64391aabbc1ed6596febef2a95306c730e45bf4f Mon Sep 17 00:00:00 2001 From: graham Date: Thu, 15 Jan 2009 20:16:12 +0000 Subject: [PATCH] Warning message update: molConfig -> mdInitialise --- .../molecule/moleculeCloud/moleculeCloudI.H | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H index e5320a4f3b..9af2e04f55 100644 --- a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H +++ b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H @@ -344,8 +344,8 @@ inline bool Foam::moleculeCloud::evaluatePotentialLimit << SMALL << ": mag separation = " << rsIsJMag << ". These may have been placed on top of each" - << " other by a rounding error in molConfig in" - << " parallel or a block filled with molecules " + << " other by a rounding error in mdInitialise in" + << " parallel or a block filled with molecules" << " twice. Removing one of the molecules." << endl; @@ -438,8 +438,8 @@ inline bool Foam::moleculeCloud::evaluatePotentialLimit << SMALL << ": mag separation = " << rsRealsRefMag << ". These may have been placed on top of each" - << " other by a rounding error in molConfig in" - << " parallel or a block filled with molecules " + << " other by a rounding error in mdInitialise in" + << " parallel or a block filled with molecules" << " twice. Removing one of the molecules." << endl; @@ -488,8 +488,8 @@ inline bool Foam::moleculeCloud::evaluatePotentialLimit << SMALL << ": mag separation = " << rsRealsRefMag << ". These may have been placed on top of each" - << " other by a rounding error in molConfig in" - << " parallel or a block filled with molecules " + << " other by a rounding error in mdInitialise in" + << " parallel or a block filled with molecules" << " twice. Removing one of the molecules." << endl;