From 3e4f021d10b23f2e84ed2e7e2302a4e5228d4771 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 19 Sep 2013 14:49:26 +0100 Subject: [PATCH] BUG: Test-fieldMapping: correct comment --- applications/test/fieldMapping/Test-fieldMapping.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/test/fieldMapping/Test-fieldMapping.C b/applications/test/fieldMapping/Test-fieldMapping.C index 8bff7f05fd..eece86105e 100644 --- a/applications/test/fieldMapping/Test-fieldMapping.C +++ b/applications/test/fieldMapping/Test-fieldMapping.C @@ -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);