Changeset 2987 for trunk/linbox/linbox/field/givaro-zpz.h
- Timestamp:
- 07/02/08 06:36:12 (5 months ago)
- Files:
-
- 1 modified
-
trunk/linbox/linbox/field/givaro-zpz.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/linbox/field/givaro-zpz.h
r2814 r2987 160 160 161 161 double &convert (double& x, const Element& y) const 162 { return x = (double) y; } 162 { return x = static_cast<double>(y); } 163 164 template<class Type> 165 Type &convert (Type& x, const Element& y) const 166 { return x = static_cast<Type>(y); } 163 167 164 168
