We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e448f commit 69f4fd2Copy full SHA for 69f4fd2
preciceAdapterFunctionObject.C
@@ -51,7 +51,7 @@ Foam::functionObjects::preciceAdapterFunctionObject::preciceAdapterFunctionObjec
51
adapter_(runTime, mesh_)
52
{
53
54
-#if (defined OPENFOAM && (OPENFOAM >= 1806)) || (defined OPENFOAM_PLUS && (OPENFOAM_PLUS >= 1712))
+#if (defined OPENFOAM && (OPENFOAM >= 1712)) || (defined OPENFOAM_PLUS && (OPENFOAM_PLUS >= 1712))
55
// Patch for issue #27: warning "MPI was already finalized" while
56
// running in serial. This only affects openfoam.com, while initNull()
57
// does not exist in openfoam.org.
0 commit comments