Changeset 3443 for trunk/linbox/linbox/field/param-fuzzy.h
- Timestamp:
- 09/02/10 16:41:40 (21 months ago)
- File:
-
- 1 edited
-
trunk/linbox/linbox/field/param-fuzzy.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/linbox/field/param-fuzzy.h
r3291 r3443 103 103 */ 104 104 Element &init (Element &x, const integer &y = 0) const 105 { return x = static_cast<double> (y); } 105 { return x = y; } 106 //{ return x = static_cast<double> (y); } 106 107 Element &init (Element &x, const double &y) const 107 108 { return x = y; } … … 115 116 */ 116 117 integer &convert (integer &x, const Element &y) const 117 { return x = static_cast<integer> (y); }118 { return x = y; } 118 119 double &convert (double &x, const Element &y) const 119 120 { return x = y; }
Note: See TracChangeset
for help on using the changeset viewer.
