Bugfix: overflow in conversion from Foam::label to int
This commit is contained in:
parent
67e2f83134
commit
23ef4e1dc3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,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 a new issue