Base: fix pow() of Unit
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
bool operator ==(const Unit&) const;
|
||||
bool operator !=(const Unit&that) const {return !(*this == that);}
|
||||
Unit& operator =(const Unit&);
|
||||
Unit pow(signed char exp)const;
|
||||
Unit pow(double exp)const;
|
||||
//@}
|
||||
/// get the unit signature
|
||||
const UnitSignature & getSignature()const {return Sig;}
|
||||
|
||||
Reference in New Issue
Block a user