Skip to content
Snippets Groups Projects
Commit 3e4f021d authored by mattijs's avatar mattijs
Browse files

BUG: Test-fieldMapping: correct comment

parent a009a149
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ int main(int argc, char *argv[]) ...@@ -145,7 +145,7 @@ int main(int argc, char *argv[])
// Force allocation of V. Important for any mesh changes since otherwise // 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()); const scalar totalVol = gSum(mesh.V());
// Face removal engine. No checking for not merging boundary faces. // Face removal engine. No checking for not merging boundary faces.
...@@ -285,7 +285,7 @@ int main(int argc, char *argv[]) ...@@ -285,7 +285,7 @@ int main(int argc, char *argv[])
if (notEqual(max, 0.0, 1e-10) || notEqual(min, 0.0, 1e-10)) if (notEqual(max, 0.0, 1e-10) || notEqual(min, 0.0, 1e-10))
{ {
FatalErrorIn(args.executable()) FatalErrorIn(args.executable())
<< "Uniform field not preserved." << "Linear profile not preserved."
<< " Min and max should both be 0.0. min:" << min << " Min and max should both be 0.0. min:" << min
<< " max:" << max << " max:" << max
<< exit(FatalError); << exit(FatalError);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment