fix some typos

This commit is contained in:
danielque
2017-05-18 13:59:01 +02:00
parent b9cff039ad
commit b2a089a444
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemSolverPiso
cfdemSolverPisoScalar
Description
Transient solver for incompressible flow.

View File

@ -137,7 +137,7 @@ void GaussVoidFraction::setvoidFraction(double** const& mask,double**& voidfract
if (hashSetLength > maxCellsPerParticle_)
{
FatalError<< "big particle algo found more cells ("<< hashSetLength
<<") than storage is prepered ("<<maxCellsPerParticle_<<")" << abort(FatalError);
<<") than storage is prepared ("<<maxCellsPerParticle_<<")" << abort(FatalError);
}
else if (hashSetLength > 0)
{

View File

@ -132,7 +132,7 @@ void bigParticleVoidFraction::setvoidFraction(double** const& mask,double**& voi
if (hashSetLength > maxCellsPerParticle_)
{
FatalError<< "big particle algo found more cells ("<< hashSetLength
<<") than storage is prepered ("<<maxCellsPerParticle_<<")" << abort(FatalError);
<<") than storage is prepared ("<<maxCellsPerParticle_<<")" << abort(FatalError);
}
else if (hashSetLength > 0)
{