remove most spurious semicolons

hopefully "most" means "all of them"...
This commit is contained in:
Andreas Lauser 2014-08-11 16:45:34 +02:00
parent 360246401e
commit 9d7cac49f5
4 changed files with 4 additions and 4 deletions

View File

@ -358,7 +358,7 @@ public:
assert(onUpperBoundary_(pos));
values.setFreeFlow(context, spaceIdx, timeIdx, initialFluidState_);
};
}
// override the value for the liquid phase by forced
// imbibition of water on inlet boundary segments

View File

@ -288,7 +288,7 @@ public:
"The z-coordinate of the lens' upper-right "
"corner [m].");
}
};
}
/*!
* \name Soil parameters

View File

@ -486,7 +486,7 @@ private:
// set the gas composition to 99% nitrogen and 1% steam
fs.setMoleFraction(gasPhaseIdx, N2Idx, 0.99);
fs.setMoleFraction(gasPhaseIdx, H2OIdx, 0.01);
};
}
// set the other saturation
fs.setSaturation(otherPhaseIdx, 1.0 - fs.saturation(refPhaseIdx));

View File

@ -234,7 +234,7 @@ public:
if (inLens_(pos)) {
moleFrac[H2OIdx] = 0.9e-4;
temperature = 284.15;
};
}
moleFrac[AirIdx] = 1 - moleFrac[H2OIdx];
// parabolic velocity profile