diff --git a/src/sampling/sampledSet/face/faceOnlySet.C b/src/sampling/sampledSet/face/faceOnlySet.C
index 78968e205a1b91be459aa93a2508ea787fbde669..6e96d967c98a458c8afba4f4c342f29179f8968e 100644
--- a/src/sampling/sampledSet/face/faceOnlySet.C
+++ b/src/sampling/sampledSet/face/faceOnlySet.C
@@ -3,7 +3,7 @@
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
     \\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation
-     \\/     M anipulation  |
+     \\/     M anipulation  | Copyright (C) 2018 OpenCFD Ltd.
 -------------------------------------------------------------------------------
 License
     This file is part of OpenFOAM.
@@ -38,7 +38,7 @@ namespace Foam
     addToRunTimeSelectionTable(sampledSet, faceOnlySet, word);
 }
 
-const Foam::scalar Foam::faceOnlySet::tol = 1e-6;
+const Foam::scalar Foam::faceOnlySet::tol = ROOTSMALL;
 
 
 // * * * * * * * * * * * * * Private Member Functions  * * * * * * * * * * * //