diff --git a/src/OpenFOAM/primitives/Pair/labelPair.H b/src/OpenFOAM/primitives/Pair/labelPair.H index 5b75fb503e..0e798e7b15 100644 --- a/src/OpenFOAM/primitives/Pair/labelPair.H +++ b/src/OpenFOAM/primitives/Pair/labelPair.H @@ -25,7 +25,13 @@ Typedef Foam::labelPair Description - Label pair + A pair of labels. + +Typedef + Foam::labelPairPair + +Description + A pair of labelPairs. Typedef Foam::labelPairList @@ -33,20 +39,28 @@ Typedef Description List of labelPairs +Typedef + Foam::labelPairUList + +Description + UList of labelPairs + \*---------------------------------------------------------------------------*/ #ifndef labelPair_H #define labelPair_H -#include "Pair.H" #include "List.H" +#include "Pair.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // namespace Foam { typedef Pair