Identity: Added conversion to label

This commit is contained in:
Henry Weller
2016-03-22 14:12:53 +00:00
parent c7e17fa6c2
commit 082261439c

View File

@ -76,6 +76,12 @@ public:
return dual();
}
//- Return 1 for label
inline operator label() const
{
return 1;
}
//- Return 1 for scalar
inline operator scalar() const
{