hexRef8: Corrected template specialization to support 64bit labels
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1807
This commit is contained in:
parent
b38b44a9cb
commit
b3f9b1bc60
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue