Skip to content

Commit 69f4fd2

Browse files
committed
Rectify version specifications for OPENFOAM and OPENFOAM_PLUS
- as pointed out in #293
1 parent 98e448f commit 69f4fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preciceAdapterFunctionObject.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Foam::functionObjects::preciceAdapterFunctionObject::preciceAdapterFunctionObjec
5151
adapter_(runTime, mesh_)
5252
{
5353

54-
#if (defined OPENFOAM && (OPENFOAM >= 1806)) || (defined OPENFOAM_PLUS && (OPENFOAM_PLUS >= 1712))
54+
#if (defined OPENFOAM && (OPENFOAM >= 1712)) || (defined OPENFOAM_PLUS && (OPENFOAM_PLUS >= 1712))
5555
// Patch for issue #27: warning "MPI was already finalized" while
5656
// running in serial. This only affects openfoam.com, while initNull()
5757
// does not exist in openfoam.org.

0 commit comments

Comments
 (0)