mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
hexRef8: Corrected template specialization to support 64bit labels
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1807
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user