BUG: Test-fieldMapping: correct comment

This commit is contained in:
mattijs
2013-09-19 14:49:26 +01:00
parent a009a149b4
commit 3e4f021d10

View File

@ -145,7 +145,7 @@ int main(int argc, char *argv[])
// Force allocation of V. Important for any mesh changes since otherwise
// old time volumes cannot
// old time volumes are not stored
const scalar totalVol = gSum(mesh.V());
// Face removal engine. No checking for not merging boundary faces.
@ -285,7 +285,7 @@ int main(int argc, char *argv[])
if (notEqual(max, 0.0, 1e-10) || notEqual(min, 0.0, 1e-10))
{
FatalErrorIn(args.executable())
<< "Uniform field not preserved."
<< "Linear profile not preserved."
<< " Min and max should both be 0.0. min:" << min
<< " max:" << max
<< exit(FatalError);