hexRef8: Corrected template specialization to support 64bit labels

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1807
This commit is contained in:
Henry Weller
2015-08-01 15:41:50 +01:00
parent d022214d87
commit d7f794c7d4

View File

@ -51,7 +51,7 @@ namespace Foam
defineTypeNameAndDebug(hexRef8, 0);
//- Reduction class. If x and y are not equal assign value.
template<int value>
template<label value>
class ifEqEqOp
{
public: