Fixing tutorials, second round

This commit is contained in:
Hrvoje Jasak 2010-11-08 20:42:09 +00:00
parent eb59ac4769
commit 6e5e653939
3 changed files with 6 additions and 6 deletions

View file

@ -48,7 +48,7 @@ namespace Foam
bool Foam::fvMeshSubset::checkCellSubset() const
{
if (fvMeshSubsetPtr_)
if (!fvMeshSubsetPtr_)
{
FatalErrorIn("bool fvMeshSubset::checkCellSubset() const")
<< "Mesh subset not set. Please set the cell map using "

View file

@ -1,8 +1,8 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile

View file

@ -23,11 +23,11 @@ boundaryField
{
in
{
type zeroGradient;
type zeroGradient;
}
out
{
type zeroGradient;
type zeroGradient;
}
bottom
{