Changeset 4067 for trunk/linbox/linbox/blackbox/zo-gf2.h
- Timestamp:
- 11/12/11 06:02:19 (20 months ago)
- File:
-
- 1 edited
-
trunk/linbox/linbox/blackbox/zo-gf2.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/linbox/blackbox/zo-gf2.h
r3945 r4067 39 39 typedef GF2 Field; 40 40 41 const GF2 _ F;41 const GF2 _field; 42 42 43 43 ZeroOne(const GF2& ) : … … 106 106 std::ostream& write (std::ostream& out, FileFormatTag format=FORMAT_GUILLAUME) const ; 107 107 108 const Field& field() const { return _ F; }108 const Field& field() const { return _field; } 109 109 110 110 template<typename _Tp1>
Note: See TracChangeset
for help on using the changeset viewer.
